NAME

ACE_EH_Dispatch_Info -

This structure contains information of the activated event handler.

SYNOPSIS

#include <ace/TP_Reactor.h>

class ACE_EH_Dispatch_Info { public: ACE_EH_Dispatch_Info (void); void set ( ACE_HANDLE handle, ACE_Event_Handler *event_handler, ACE_Reactor_Mask mask, ACE_EH_PTMF callback ); void reset (void); int dispatch (void) const; ACE_HANDLE handle_; ACE_Event_Handler *event_handler_; ACE_Reactor_Mask mask_; ACE_EH_PTMF callback_; int dispatch_; };

PUBLIC MEMBERS

ACE_EH_Dispatch_Info (void);

void set (
    ACE_HANDLE handle,
    ACE_Event_Handler *event_handler,
    ACE_Reactor_Mask mask,
    ACE_EH_PTMF callback
    );

void reset (void);

int dispatch (void) const;

ACE_HANDLE handle_;

ACE_Event_Handler *event_handler_;

ACE_Reactor_Mask mask_;

ACE_EH_PTMF callback_;

int dispatch_;

AUTHOR

Irfan Pyarali

LIBRARY

ace