Public Member Functions | Protected Member Functions | Private Attributes

ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl Class Reference

Inheritance diagram for ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl:
Inheritance graph
[legend]
Collaboration diagram for ACE::HTTP::SessionFactory_Impl::SessionHolder_Impl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SessionHolder_Impl ()
virtual ~SessionHolder_Impl ()

Protected Member Functions

virtual SessionBasesession ()

Private Attributes

Session_T< ACE_SYNCH > session_

Detailed Description

Definition at line 89 of file HTTP_ClientRequestHandler.h.


Constructor & Destructor Documentation

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.

      {
      }


Member Function Documentation

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_;
      }


Member Data Documentation

Definition at line 99 of file HTTP_ClientRequestHandler.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines