reSIProcate/DialogUsageManager  9680
Classes | Defines | Variables
ClientAuthManager.cxx File Reference
#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"
Include dependency graph for ClientAuthManager.cxx:

Go to the source code of this file.

Classes

class  ClientAuthDecorator

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::DUM

Variables

Data RealmStates []

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::DUM

Definition at line 11 of file ClientAuthManager.cxx.


Variable Documentation

Initial value:
 
{
   "invalid",
   "cached",
   "current",
   "tryonce",
   "failed",
}

Definition at line 273 of file ClientAuthManager.cxx.

Referenced by resip::ClientAuthManager::RealmState::getStateString().