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


Public Member Functions | |
| Exception (const Data &msg, const Data &file, int line) | |
| virtual const char * | name () const |
Definition at line 31 of file Dialog.hxx.
Definition at line 1141 of file Dialog.cxx.
: BaseException(msg, file, line) { }
| virtual const char* resip::Dialog::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 35 of file Dialog.hxx.
{return "Dialog::Exception";}
1.7.5.1