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