|
sipxportlib
Version 3.3
|
#include <os/OsDefs.h>#include <os/OsMsgQ.h>#include <os/OsDateTime.h>#include <os/OsNotification.h>#include <os/OsStatus.h>#include <os/OsTime.h>#include <utl/UtlContainable.h>#include <os/OsBSem.h>

Go to the source code of this file.
Classes | |
| class | OsTimer |
Macros | |
| #define | CHECK_VALIDITY(x) assert((x)->getContainableType() == OsTimer::TYPE) |
| Macro to check that 'x' is an OsTimer* by testing its getContainableType value. This is to catch misuses of the OsTimer methods. More... | |
| #define CHECK_VALIDITY | ( | x | ) | assert((x)->getContainableType() == OsTimer::TYPE) |
Macro to check that 'x' is an OsTimer* by testing its getContainableType value. This is to catch misuses of the OsTimer methods.
1.8.11