Public Member Functions | Protected Member Functions

ACE::HTTP::SessionHolder Class Reference

#include <HTTP_ClientRequestHandler.h>

Inheritance diagram for ACE::HTTP::SessionHolder:
Inheritance graph
[legend]
Collaboration diagram for ACE::HTTP::SessionHolder:
Collaboration graph
[legend]

List of all members.

Public Member Functions

SessionBaseoperator* ()
SessionBaseoperator-> ()

Protected Member Functions

 SessionHolder ()
virtual ~SessionHolder ()
virtual SessionBasesession ()=0

Detailed Description

Definition at line 44 of file HTTP_ClientRequestHandler.h.


Constructor & Destructor Documentation

ACE::HTTP::SessionHolder::SessionHolder (  )  [protected]

Definition at line 51 of file HTTP_ClientRequestHandler.cpp.

      {
      }

ACE::HTTP::SessionHolder::~SessionHolder (  )  [protected, virtual]

Definition at line 55 of file HTTP_ClientRequestHandler.cpp.

      {
      }


Member Function Documentation

SessionBase & ACE::HTTP::SessionHolder::operator* ( void   )  [inline]

Definition at line 12 of file HTTP_ClientRequestHandler.inl.

      {
        return this->session ();
      }

SessionBase * ACE::HTTP::SessionHolder::operator-> ( void   )  [inline]

Definition at line 18 of file HTTP_ClientRequestHandler.inl.

      {
        return &this->session ();
      }

virtual SessionBase& ACE::HTTP::SessionHolder::session (  )  [protected, pure virtual]

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