// ********************************************************************** // // Copyright (c) 2002 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_CONNECTOR_F_H #define ICE_CONNECTOR_F_H #include namespace IceInternal { class Connector; void incRef(Connector*); void decRef(Connector*); typedef IceInternal::Handle ConnectorPtr; } #endif