|
reSIProcate/rutil
9694
|


Public Member Functions | |
| TestThread (SharedPtr< Foo > &) | |
| virtual | ~TestThread () |
| void | thread () |
Private Attributes | |
| SharedPtr< Foo > | mFoo |
Definition at line 40 of file testSharedPtr.cxx.
Definition at line 62 of file testSharedPtr.cxx.
: mFoo(f) {}
| virtual TestThread::~TestThread | ( | ) | [inline, virtual] |
Definition at line 44 of file testSharedPtr.cxx.
| void TestThread::thread | ( | ) | [virtual] |
Implements resip::ThreadIf.
Definition at line 66 of file testSharedPtr.cxx.
References mFoo, resip::ThreadIf::mShutdown, resip::SharedPtr< T >::reset(), and sleepMS().

SharedPtr<Foo> TestThread::mFoo [private] |
Definition at line 59 of file testSharedPtr.cxx.
Referenced by thread().
1.7.5.1