HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfNotice::Block Class Reference

#include <notice.h>

Public Member Functions

TF_API Block ()
 
TF_API ~Block ()
 

Detailed Description

Blocks sending of all notices in current thread.

Note
This is intended to be temporary and should NOT be used.

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.

Definition at line 453 of file notice.h.

Constructor & Destructor Documentation

TF_API TfNotice::Block::Block ( )
TF_API TfNotice::Block::~Block ( )

The documentation for this class was generated from the following file: