|
reSIProcate/rutil
9694
|


Public Member Functions | |
| void | thread () |
Definition at line 46 of file testThreadIf.cxx.
| void ShutdownSelf::thread | ( | ) | [inline, virtual] |
Implements resip::ThreadIf.
Definition at line 49 of file testThreadIf.cxx.
{
while(!waitForShutdown(4000))
{
}
}
1.7.5.1