|
reSIProcate/stack
9694
|
#include <DeprecatedDialog.hxx>


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