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


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