|
reSIProcate/DialogUsageManager
9694
|
#include <InMemorySyncRegDb.hxx>
Public Member Functions | |
| virtual | ~InMemorySyncRegDbHandler () |
| virtual void | onAorModified (const resip::Uri &aor, const ContactList &contacts)=0 |
| virtual void | onInitialSyncAor (unsigned int connectionId, const resip::Uri &aor, const ContactList &contacts)=0 |
Definition at line 15 of file InMemorySyncRegDb.hxx.
| virtual resip::InMemorySyncRegDbHandler::~InMemorySyncRegDbHandler | ( | ) | [inline, virtual] |
Definition at line 18 of file InMemorySyncRegDb.hxx.
{}
| virtual void resip::InMemorySyncRegDbHandler::onAorModified | ( | const resip::Uri & | aor, |
| const ContactList & | contacts | ||
| ) | [pure virtual] |
| virtual void resip::InMemorySyncRegDbHandler::onInitialSyncAor | ( | unsigned int | connectionId, |
| const resip::Uri & | aor, | ||
| const ContactList & | contacts | ||
| ) | [pure virtual] |
Referenced by resip::InMemorySyncRegDb::initialSync().
1.7.5.1