|
reSIProcate/rutil
9694
|
#include <DnsStub.hxx>


Public Member Functions | |
| DnsStubException (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Definition at line 122 of file DnsStub.hxx.
| resip::DnsStub::DnsStubException::DnsStubException | ( | const Data & | msg, |
| const Data & | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 125 of file DnsStub.hxx.
: BaseException(msg, file, line) { }
| const char* resip::DnsStub::DnsStubException::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 130 of file DnsStub.hxx.
{ return "DnsStubException"; }
1.7.5.1