#include <Signal.h>
Collaboration diagram for ACE_Sig_Guard:
Public Methods | |
ACE_Sig_Guard (ACE_Sig_Set *mask=0) | |
Block out signals in <mask>. Default is to block all signals! | |
~ACE_Sig_Guard (void) | |
Restore blocked signals. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
ACE_Sig_Set | omask_ |
Original signal mask. |
|
Block out signals in <mask>. Default is to block all signals!
|
|
Restore blocked signals.
|
|
Dump the state of an object.
|
|
Declare the dynamic allocation hooks.
|
|
Original signal mask.
|