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