|
reSIProcate/DialogUsageManager
9694
|
#include <EncryptionManager.hxx>


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