PTLib
Version 2.10.4
|
#include <notifier_ext.h>
Public Member Functions | |
PSmartNotifierFunction (unsigned id) | |
unsigned | GetNotifieeID () const |
void * | GetNotifiee () const |
PBoolean | IsValid () const |
Protected Attributes | |
unsigned | m_NotifieeID |
PSmartNotifierFunction::PSmartNotifierFunction | ( | unsigned | id | ) | [inline] |
void* PSmartNotifierFunction::GetNotifiee | ( | ) | const [inline] |
References m_NotifieeID.
Referenced by IsValid().
unsigned PSmartNotifierFunction::GetNotifieeID | ( | ) | const [inline] |
References m_NotifieeID.
PBoolean PSmartNotifierFunction::IsValid | ( | ) | const [inline] |
References GetNotifiee().
unsigned PSmartNotifierFunction::m_NotifieeID [protected] |
Referenced by GetNotifiee(), and GetNotifieeID().