// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_SSL_PLUGIN_BASE_I_F_H #define ICE_SSL_PLUGIN_BASE_I_F_H #include namespace IceSSL { class PluginBaseI; typedef IceInternal::Handle PluginBaseIPtr; } namespace IceInternal { void incRef(IceSSL::PluginBaseI*); void decRef(IceSSL::PluginBaseI*); } #endif