reSIProcate/DialogUsageManager  9694
Public Member Functions | Public Attributes
TestShutdownHandler Class Reference
Inheritance diagram for TestShutdownHandler:
Inheritance graph
[legend]
Collaboration diagram for TestShutdownHandler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TestShutdownHandler (const Data &n)
virtual ~TestShutdownHandler ()
virtual void onDumCanBeDeleted ()

Public Attributes

Data name
bool dumShutDown

Detailed Description

Definition at line 536 of file BasicCall.cxx.


Constructor & Destructor Documentation

TestShutdownHandler::TestShutdownHandler ( const Data n) [inline]

Definition at line 539 of file BasicCall.cxx.

: name(n), dumShutDown(false) { }
virtual TestShutdownHandler::~TestShutdownHandler ( ) [inline, virtual]

Definition at line 540 of file BasicCall.cxx.

{}

Member Function Documentation

virtual void TestShutdownHandler::onDumCanBeDeleted ( ) [inline, virtual]

Implements resip::DumShutdownHandler.

Definition at line 544 of file BasicCall.cxx.

      {
         cout << name << ": onDumCanBeDeleted." << endl;
         dumShutDown = true;
      }

Member Data Documentation

Definition at line 543 of file BasicCall.cxx.

Referenced by main().

Definition at line 542 of file BasicCall.cxx.


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