diff options
Diffstat (limited to 'cpp/include/Ice/EndpointIF.h')
-rw-r--r-- | cpp/include/Ice/EndpointIF.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/include/Ice/EndpointIF.h b/cpp/include/Ice/EndpointIF.h index 841a6948e3d..1e530d1e75d 100644 --- a/cpp/include/Ice/EndpointIF.h +++ b/cpp/include/Ice/EndpointIF.h @@ -17,8 +17,12 @@ namespace IceInternal { class EndpointI; -ICE_API Ice::LocalObject* upCast(IceInternal::EndpointI*); -typedef IceInternal::Handle<EndpointI> EndpointIPtr; +ICE_API Ice::LocalObject* upCast(EndpointI*); +typedef Handle<EndpointI> EndpointIPtr; + +class EndpointHostResolver; +ICE_API IceUtil::Shared* upCast(EndpointHostResolver*); +typedef Handle<EndpointHostResolver> EndpointHostResolverPtr; } |