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


Public Member Functions | |
| Exception (const resip::Data &msg, const resip::Data &file, const int line) | |
| ~Exception () throw () | |
| virtual const char * | name () const |
Definition at line 20 of file InviteServer.hxx.
| Loadgen::InviteServer::Exception::Exception | ( | const resip::Data & | msg, |
| const resip::Data & | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 23 of file InviteServer.hxx.
: resip::BaseException(msg, file, line) {}
| Loadgen::InviteServer::Exception::~Exception | ( | ) | throw () [inline] |
Definition at line 29 of file InviteServer.hxx.
{}
| virtual const char* Loadgen::InviteServer::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 31 of file InviteServer.hxx.
{
return "InviteServer::BaseException";
}
1.7.5.1