repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
81a3372810378f67d494f32b3b7d6a91e6428695
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE SSL *
5
ACE_SSL_Asynch_Stream::ssl () const
6
{
7
return this->ssl_;
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL