|
reSIProcate/DialogUsageManager
9680
|
#include <vector>#include <list>#include <deque>#include "resip/stack/NameAddr.hxx"#include "rutil/Data.hxx"#include "resip/stack/Tuple.hxx"#include "rutil/SharedPtr.hxx"

Go to the source code of this file.
Classes | |
| class | resip::ContactInstanceRecord |
| A single contact record, bound to an Aor during registration. More... | |
| class | resip::ContactRecordTransaction |
| Records a log of the database transacations that were performed when processing a local registration using the ServerRegistration::AsyncLocalStore. More... | |
| class | resip::RegistrationBinding |
| struct | resip::RegistrationBindingDelta |
Namespaces | |
| namespace | resip |
Typedefs | |
| typedef std::list < ContactInstanceRecord > | resip::ContactList |
| typedef std::list < resip::SharedPtr < ContactInstanceRecord > > | resip::ContactPtrList |
| Used to reduce copying ContactInstanceRecord objects when processing registration. | |
| typedef std::deque < resip::SharedPtr < ContactRecordTransaction > > | resip::ContactRecordTransactionLog |
| Contains a collection of database operations that were performed during REGISTER processing. | |
Variables | |
| static const UInt64 | resip::NeverExpire = 0xFFFFFFFFFFFFFFFFL |
1.7.5.1