// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICESSL_TRUST_MANAGER_F_H #define ICESSL_TRUST_MANAGER_F_H #include #include namespace IceSSL { class TrustManager; IceUtil::Shared* upCast(IceSSL::TrustManager*); typedef IceInternal::Handle TrustManagerPtr; } #endif