// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICE_ENDPOINT_FACTORY_F_H #define ICE_ENDPOINT_FACTORY_F_H #include #include namespace IceInternal { class EndpointFactory; ICE_API IceUtil::Shared* upCast(EndpointFactory*); typedef Handle EndpointFactoryPtr; } #endif