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


Public Member Functions | |
| Exception (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Definition at line 47 of file Security.hxx.
| const char* resip::BaseSecurity::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 51 of file Security.hxx.
{ return "SecurityException"; }
1.7.5.1