address lookup

This commit is contained in:
orignal 2016-03-26 10:31:47 -04:00
parent 0096a91a57
commit 215d39fc54
3 changed files with 126 additions and 6 deletions

View file

@ -96,6 +96,8 @@ namespace client
m_BOBCommandChannel = new BOBCommandChannel (bobAddr, bobPort);
m_BOBCommandChannel->Start ();
}
m_AddressBook.StartResolvers ();
}
void ClientContext::Stop ()