#include <Thread.h>
Public Member Functions | |
| CancelProtector (bool enable=false) | |
| ~CancelProtector () | |
Definition at line 126 of file Thread.h.
| ibrcommon::Thread::CancelProtector::CancelProtector | ( | bool | enable = false |
) |
Definition at line 194 of file Thread.cpp.
References ibrcommon::Thread::disableCancel(), and ibrcommon::Thread::enableCancel().

| ibrcommon::Thread::CancelProtector::~CancelProtector | ( | ) |
Definition at line 206 of file Thread.cpp.
References ibrcommon::Thread::restoreCancel().

1.7.1