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