SSLIOP_Current_Impl.inl

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