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