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


Public Member Functions | |
| HandleException (const Data &msg, const Data &file, int line) | |
| virtual const char * | name () const |
Definition at line 9 of file HandleException.hxx.
Definition at line 5 of file HandleException.cxx.
: BaseException(msg, file, line) { }
| const char * HandleException::name | ( | ) | const [virtual] |
Implements resip::BaseException.
Definition at line 11 of file HandleException.cxx.
{
return "HandleException";
}
1.7.5.1