diff options
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index f4201223f96..e5fd1681c5c 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -27,7 +27,6 @@ enum DispatchStatus DispatchOK, DispatchUserException, DispatchLocationForward, - DispatchProxyRequested, DispatchObjectNotExist, DispatchFacetNotExist, DispatchOperationNotExist, @@ -57,10 +56,6 @@ protected: friend class ::IceInternal::Incoming; }; -class ICE_API ProxyRequested -{ -}; - class ICE_API Object : virtual public ::IceUtil::Shared { public: |