check and update addressbook subscriptions

This commit is contained in:
orignal 2014-12-23 13:57:09 -05:00
parent 3f314d8355
commit 7b5e8a9661
3 changed files with 83 additions and 8 deletions

View file

@ -77,10 +77,12 @@ namespace client
m_BOBCommandChannel->Start ();
LogPrint("BOB command channel started");
}
m_AddressBook.StartSubscriptions ();
}
void ClientContext::Stop ()
{
m_AddressBook.StopSubscriptions ();
m_HttpProxy->Stop();
delete m_HttpProxy;
m_HttpProxy = nullptr;