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


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