Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / ace / SSL / SSL_Asynch_Stream.inl
blob81a3372810378f67d494f32b3b7d6a91e6428695
1 // -*- C++ -*-
2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE SSL *
5 ACE_SSL_Asynch_Stream::ssl () const
7   return this->ssl_;
10 ACE_END_VERSIONED_NAMESPACE_DECL