|
reSIProcate/rutil
9694
|


Public Member Functions | |
| DerivedShutsDown () | |
| ~DerivedShutsDown () | |
| void | thread () |
Definition at line 57 of file testThreadIf.cxx.
| DerivedShutsDown::DerivedShutsDown | ( | ) | [inline] |
Definition at line 60 of file testThreadIf.cxx.
{}
| DerivedShutsDown::~DerivedShutsDown | ( | ) | [inline] |
Definition at line 61 of file testThreadIf.cxx.
| void DerivedShutsDown::thread | ( | ) | [inline, virtual] |
Implements resip::ThreadIf.
Definition at line 67 of file testThreadIf.cxx.
{
while(!isShutdown())
{
}
}
1.7.5.1