|
reSIProcate/DialogUsageManager
9680
|
#include "resip/stack/SecurityAttributes.hxx"#include "resip/stack/ShutdownMessage.hxx"#include "resip/stack/SipFrag.hxx"#include "resip/stack/SipMessage.hxx"#include "resip/stack/SipStack.hxx"#include "resip/stack/Helper.hxx"#include "resip/stack/TransactionUserMessage.hxx"#include "resip/stack/ConnectionTerminated.hxx"#include "resip/stack/KeepAlivePong.hxx"#include "resip/dum/AppDialog.hxx"#include "resip/dum/AppDialogSet.hxx"#include "resip/dum/AppDialogSetFactory.hxx"#include "resip/dum/BaseUsage.hxx"#include "resip/dum/ClientAuthManager.hxx"#include "resip/dum/ClientInviteSession.hxx"#include "resip/dum/ClientOutOfDialogReq.hxx"#include "resip/dum/ClientPublication.hxx"#include "resip/dum/ClientRegistration.hxx"#include "resip/dum/ClientSubscription.hxx"#include "resip/dum/DefaultServerReferHandler.hxx"#include "resip/dum/DestroyUsage.hxx"#include "resip/dum/Dialog.hxx"#include "resip/dum/DialogEventStateManager.hxx"#include "resip/dum/DialogEventHandler.hxx"#include "resip/dum/DialogUsageManager.hxx"#include "resip/dum/ClientPagerMessage.hxx"#include "resip/dum/DumException.hxx"#include "resip/dum/DumShutdownHandler.hxx"#include "resip/dum/DumFeatureMessage.hxx"#include "resip/dum/ExternalMessageBase.hxx"#include "resip/dum/ExternalMessageHandler.hxx"#include "resip/dum/InviteSessionCreator.hxx"#include "resip/dum/InviteSessionHandler.hxx"#include "resip/dum/KeepAliveManager.hxx"#include "resip/dum/KeepAliveTimeout.hxx"#include "resip/dum/MasterProfile.hxx"#include "resip/dum/OutOfDialogReqCreator.hxx"#include "resip/dum/PagerMessageCreator.hxx"#include "resip/dum/PublicationCreator.hxx"#include "resip/dum/RedirectManager.hxx"#include "resip/dum/RegistrationCreator.hxx"#include "resip/dum/RemoteCertStore.hxx"#include "resip/dum/RequestValidationHandler.hxx"#include "resip/dum/ServerAuthManager.hxx"#include "resip/dum/ServerInviteSession.hxx"#include "resip/dum/ServerPublication.hxx"#include "resip/dum/ServerSubscription.hxx"#include "resip/dum/SubscriptionCreator.hxx"#include "resip/dum/SubscriptionHandler.hxx"#include "resip/dum/UserAuthInfo.hxx"#include "resip/dum/DumFeature.hxx"#include "resip/dum/IdentityHandler.hxx"#include "resip/dum/DumDecrypted.hxx"#include "resip/dum/CertMessage.hxx"#include "resip/dum/OutgoingEvent.hxx"#include "resip/dum/DumHelper.hxx"#include "resip/dum/MergedRequestRemovalCommand.hxx"#include "rutil/Inserter.hxx"#include "rutil/Logger.hxx"#include "rutil/Random.hxx"#include "rutil/Lockable.hxx"#include "rutil/WinLeakCheck.hxx"#include "rutil/Timer.hxx"Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::DUM |
| #define | threadCheck() void() |
| #define RESIPROCATE_SUBSYSTEM Subsystem::DUM |
Definition at line 75 of file DialogUsageManager.cxx.
| #define threadCheck | ( | ) | void() |
Definition at line 90 of file DialogUsageManager.cxx.
Referenced by resip::DialogUsageManager::findDialogSet(), resip::DialogUsageManager::internalProcess(), and resip::DialogUsageManager::makeUacDialogSet().
1.7.5.1