ACE  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
ACE_Handler::Proxy Class Reference

The Proxy class acts as a proxy for dispatch of completions to operations issued for the associated handler. It allows the handler to be deleted while operations are outstanding. The proxy must be used to get the ACE_Handler pointer for dispatching, and if it's 0, the handler is no longer valid and the result should not be dispatched. More...

#include <Asynch_IO.h>

Collaboration diagram for ACE_Handler::Proxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Proxy (ACE_Handler *handler)
void reset (void)
ACE_Handlerhandler (void)

Private Attributes

ACE_Handlerhandler_

Detailed Description

The Proxy class acts as a proxy for dispatch of completions to operations issued for the associated handler. It allows the handler to be deleted while operations are outstanding. The proxy must be used to get the ACE_Handler pointer for dispatching, and if it's 0, the handler is no longer valid and the result should not be dispatched.


Constructor & Destructor Documentation

ACE_Handler::Proxy::Proxy ( ACE_Handler handler) [inline]

Member Function Documentation

void ACE_Handler::Proxy::reset ( void  ) [inline]

Member Data Documentation


The documentation for this class was generated from the following file: