// ********************************************************************** // // Copyright (c) 2002 // Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_ENDPOINT_FACTORY_F_H #define ICE_ENDPOINT_FACTORY_F_H #include namespace IceInternal { class EndpointFactory; ICE_PROTOCOL_API void incRef(EndpointFactory*); ICE_PROTOCOL_API void decRef(EndpointFactory*); typedef Handle EndpointFactoryPtr; } #endif