SSLIOP_Credentials.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: SSLIOP_Credentials.inl 69380 2005-11-16 07:53:25Z ossama $
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 Tue Feb 2 17:48:44 2010 for TAO_SSLIOP by  doxygen 1.4.7