HDK
|
#include <notice.h>
Public Member Functions | |
TF_API | Block () |
TF_API | ~Block () |
Blocks sending of all notices in current thread.
While one or more TfNotice::Block
is instantiated, any call to TfNotice::Send
in the current thread will be silently ignored. This will continue until all TfNotice::Block
objects are destroyed. Notices that are sent when blocking is active will not be resent.
TF_API TfNotice::Block::Block | ( | ) |
TF_API TfNotice::Block::~Block | ( | ) |