This class implements ACE_Asynch_Operation for Real-Time
Signal (sigtimedwait
) based implementation of Proactor.
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_;
};
The implementation classes for POSIX implementation of Asynch Operations are defined here in this file.
ACE_POSIX_SIG_Proactor *posix_proactor (void) const;
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_;
Irfan Pyarali (irfan@cs.wustl.edu),
Tim Harrison (harrison@cs.wustl.edu) and
Alexander Babu Arulanthu alex@cs.wustl.edu
ace