mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
13 lines
238 B
C++
13 lines
238 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: SSL_Asynch_Stream.inl 83916 2008-11-28 16:32:21Z johnnyw $
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE SSL *
|
|
ACE_SSL_Asynch_Stream::ssl (void) const
|
|
{
|
|
return this->ssl_;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|