|
reSIProcate/DialogUsageManager
9694
|
#include <TestDumHandlers.hxx>


Public Member Functions | |
| TestDumShutdownHandler () | |
| virtual | ~TestDumShutdownHandler () |
| virtual void | onDumCanBeDeleted () |
Definition at line 219 of file TestDumHandlers.hxx.
| resip::TestDumShutdownHandler::TestDumShutdownHandler | ( | ) | [inline] |
Definition at line 222 of file TestDumHandlers.hxx.
{
}
| virtual resip::TestDumShutdownHandler::~TestDumShutdownHandler | ( | ) | [inline, virtual] |
Definition at line 226 of file TestDumHandlers.hxx.
{
}
| virtual void resip::TestDumShutdownHandler::onDumCanBeDeleted | ( | ) | [inline, virtual] |
Implements resip::DumShutdownHandler.
Reimplemented in TestSMIMEInviteHandler.
Definition at line 230 of file TestDumHandlers.hxx.
References InfoLog.
{
InfoLog( << "TestDumShutdownHandler::onDumCanBeDeleted" );
}
1.7.5.1