Public Member Functions | |
SessionHolder_Impl () | |
virtual | ~SessionHolder_Impl () |
Protected Member Functions | |
virtual SessionBase & | session () |
Private Attributes | |
Session_T< ACE_SYNCH > | session_ |
Definition at line 89 of file HTTP_ClientRequestHandler.h.
ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl::SessionHolder_Impl | ( | ) |
Definition at line 59 of file HTTP_ClientRequestHandler.cpp.
: session_ (true) { }
ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl::~SessionHolder_Impl | ( | ) | [virtual] |
Definition at line 64 of file HTTP_ClientRequestHandler.cpp.
{ }
SessionBase & ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl::session | ( | ) | [protected, virtual] |
Implements ACE::HTTP::SessionHolder.
Definition at line 68 of file HTTP_ClientRequestHandler.cpp.
{ return this->session_; }
Session_T<ACE_SYNCH> ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl::session_ [private] |
Definition at line 99 of file HTTP_ClientRequestHandler.h.