00001 // -*- C++ -*- 00002 // 00003 // $Id: SSLIOP_Acceptor.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00007 00008 ACE_INLINE const SSLIOP::SSL & 00009 TAO::SSLIOP::Acceptor::ssl_component (void) const 00010 { 00011 return this->ssl_component_; 00012 } 00013 00014 TAO_END_VERSIONED_NAMESPACE_DECL