#include <HTTP_ClientRequestHandler.h>
Public Member Functions | |
SessionBase & | operator* () |
SessionBase * | operator-> () |
Protected Member Functions | |
SessionHolder () | |
virtual | ~SessionHolder () |
virtual SessionBase & | session ()=0 |
Definition at line 44 of file HTTP_ClientRequestHandler.h.
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.
{ }
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] |