#include <acsexmplCallbacks.h>
Inheritance diagram for CommonCallback:
Public Member Functions | |
CommonCallback () | |
Protected Attributes | |
ACE_CString | prop |
unsigned int | m_count |
Private Member Functions | |
void | operator= (const CommonCallback &) |
|
Standard constructor |
|
ALMA C++ coding standards state copy operators should be disabled. |
|
To keep the acsexmpl modular test deterministic, we keep track of the number of times the done method is invoked. From this value the logging priority is dynamically changed under some circumstances. |
|
99% of the time, callback are used in conjunction with BACI properties. This member is just the name of that property. |