Public Member Functions | |
SessionHolder_Impl () | |
virtual | ~SessionHolder_Impl () |
Protected Member Functions | |
virtual ACE::HTTP::SessionBase & | session () |
Private Attributes | |
Session_T< ACE_SYNCH > | session_ |
Definition at line 46 of file HTTPS_SessionFactory.h.
ACE::HTTPS::SessionFactory_Impl::SessionHolder_Impl::SessionHolder_Impl | ( | ) |
Definition at line 14 of file HTTPS_SessionFactory.cpp.
: session_ (true) { }
ACE::HTTPS::SessionFactory_Impl::SessionHolder_Impl::~SessionHolder_Impl | ( | ) | [virtual] |
Definition at line 19 of file HTTPS_SessionFactory.cpp.
{ }
ACE::HTTP::SessionBase & ACE::HTTPS::SessionFactory_Impl::SessionHolder_Impl::session | ( | ) | [protected, virtual] |
Implements ACE::HTTP::SessionHolder.
Definition at line 23 of file HTTPS_SessionFactory.cpp.
{ return this->session_; }
Session_T<ACE_SYNCH> ACE::HTTPS::SessionFactory_Impl::SessionHolder_Impl::session_ [private] |
Definition at line 56 of file HTTPS_SessionFactory.h.