SSLIOP_Current_Impl.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // SSLIOP_Current_Impl.inl,v 1.4 2005/11/16 07:53:24 ossama Exp
00004 
00005 
00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00007 
00008 ACE_INLINE
00009 TAO::SSLIOP::Current_Impl::Current_Impl (void)
00010   : ssl_ (0)
00011 {
00012 }
00013 
00014 ACE_INLINE void
00015 TAO::SSLIOP::Current_Impl::ssl (SSL *s)
00016 {
00017   this->ssl_ = s;
00018 }
00019 
00020 ACE_INLINE SSL *
00021 TAO::SSLIOP::Current_Impl::ssl (void)
00022 {
00023   return this->ssl_;
00024 }
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

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