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

List of all members.

Public Member Functions

void thread ()

Detailed Description

Definition at line 32 of file testThreadIf.cxx.


Member Function Documentation

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

Implements resip::ThreadIf.

Definition at line 35 of file testThreadIf.cxx.

References resip::Timer::getTimeMs().

        {
            while(!isShutdown())
            {
                sleep(2);
                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: