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