SSLIOP_Credentials.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // SSLIOP_Credentials.inl,v 1.7 2005/11/16 07:53:24 ossama Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE ::X509 *
00008 TAO::SSLIOP_Credentials::x509 (void)
00009 {
00010   return
00011     TAO::SSLIOP::OpenSSL_traits< ::X509 >::_duplicate (this->x509_.in ());
00012 }
00013 
00014 ACE_INLINE ::EVP_PKEY *
00015 TAO::SSLIOP_Credentials::evp (void)
00016 {
00017   return
00018     TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::_duplicate (this->evp_.in ());
00019 }
00020 
00021 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:54:14 2006 for TAO_SSLIOP by doxygen 1.3.6