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

List of all members.

Public Member Functions

void thread ()

Detailed Description

Definition at line 19 of file testThreadIf.cxx.


Member Function Documentation

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

Implements resip::ThreadIf.

Definition at line 22 of file testThreadIf.cxx.

References resip::Timer::getTimeMs().

      {
         while(!waitForShutdown(4000))
         {
            cerr << Timer::getTimeMs() << endl;
         }
         cerr << "Stopped at: " << Timer::getTimeMs() << endl;
      }

Here is the call graph for this function:


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