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


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