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


Public Member Functions | |
| SrvException (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Definition at line 19 of file DnsSrvRecord.hxx.
| resip::DnsSrvRecord::SrvException::SrvException | ( | const Data & | msg, |
| const Data & | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 22 of file DnsSrvRecord.hxx.
: BaseException(msg, file, line) { }
| const char* resip::DnsSrvRecord::SrvException::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 27 of file DnsSrvRecord.hxx.
{ return "SrvException"; }
1.7.5.1