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

List of all members.

Public Member Functions

void thread ()

Detailed Description

Definition at line 84 of file testSecurity.cxx.


Member Function Documentation

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

Implements resip::ThreadIf.

Definition at line 87 of file testSecurity.cxx.

References DebugLog.

      {
         for(int i = 0; i < 500; i++)
         {
            DebugLog(<< "Creating Security object on stack");           
            Security security;
         }
      }

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