|
reSIProcate/DialogUsageManager
9680
|
#include <cassert>#include "resip/stack/Helper.hxx"#include "resip/stack/SipMessage.hxx"#include "resip/dum/ClientAuthManager.hxx"#include "resip/dum/UserProfile.hxx"#include "rutil/Logger.hxx"#include "rutil/Random.hxx"#include "resip/dum/ClientAuthExtension.hxx"
Go to the source code of this file.
Classes | |
| class | ClientAuthDecorator |
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::DUM |
Variables | |
| Data | RealmStates [] |
| #define RESIPROCATE_SUBSYSTEM Subsystem::DUM |
Definition at line 11 of file ClientAuthManager.cxx.
{
"invalid",
"cached",
"current",
"tryonce",
"failed",
}
Definition at line 273 of file ClientAuthManager.cxx.
Referenced by resip::ClientAuthManager::RealmState::getStateString().
1.7.5.1