// ********************************************************************** // // Copyright (c) 2001 // Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_ROUTING_TABLE_F_H #define ICE_ROUTING_TABLE_F_H #include namespace IceInternal { class RoutingTable; ICE_API void incRef(RoutingTable*); ICE_API void decRef(RoutingTable*); typedef IceInternal::Handle RoutingTablePtr; } #endif