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


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