reSIProcate/rutil  9694
Public Member Functions
DerivedShutsDown Class Reference
Inheritance diagram for DerivedShutsDown:
Inheritance graph
[legend]
Collaboration diagram for DerivedShutsDown:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DerivedShutsDown ()
 ~DerivedShutsDown ()
void thread ()

Detailed Description

Definition at line 57 of file testThreadIf.cxx.


Constructor & Destructor Documentation

DerivedShutsDown::DerivedShutsDown ( ) [inline]

Definition at line 60 of file testThreadIf.cxx.

{}
DerivedShutsDown::~DerivedShutsDown ( ) [inline]

Definition at line 61 of file testThreadIf.cxx.

      {
         shutdown();
         join();
      }

Member Function Documentation

void DerivedShutsDown::thread ( ) [inline, virtual]

Implements resip::ThreadIf.

Definition at line 67 of file testThreadIf.cxx.

      {
         while(!isShutdown())
         {
         }
      }

The documentation for this class was generated from the following file: