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