NAME

ACE_POSIX_SIG_Asynch_Operation -

This class implements ACE_Asynch_Operation for Real-Time Signal (sigtimedwait) based implementation of Proactor.

SYNOPSIS

class ACE_POSIX_SIG_Asynch_Operation : public virtual ACE_POSIX_Asynch_Operation { public: ACE_POSIX_SIG_Proactor *posix_proactor (void) const; protected: ACE_POSIX_SIG_Asynch_Operation ( ACE_POSIX_SIG_Proactor *posix_sig_proactor ); virtual ~ACE_POSIX_SIG_Asynch_Operation (void); ACE_POSIX_SIG_Proactor *posix_sig_proactor_; };

DESCRIPTION

The implementation classes for POSIX implementation of Asynch Operations are defined here in this file.

PUBLIC MEMBERS

ACE_POSIX_SIG_Proactor *posix_proactor (void) const;

PROTECTED MEMBERS

ACE_POSIX_SIG_Asynch_Operation (
    ACE_POSIX_SIG_Proactor *posix_sig_proactor
    );

virtual ~ACE_POSIX_SIG_Asynch_Operation (void);

ACE_POSIX_SIG_Proactor *posix_sig_proactor_;

AUTHOR

Irfan Pyarali (irfan@cs.wustl.edu), Tim Harrison (harrison@cs.wustl.edu) and Alexander Babu Arulanthu alex@cs.wustl.edu

LIBRARY

ace