show SAM sessions through web interface

This commit is contained in:
orignal 2015-02-20 22:47:36 -05:00
parent c88c6a9b63
commit 05e49bbeab
5 changed files with 73 additions and 4 deletions

View file

@ -47,6 +47,7 @@ namespace client
ClientDestination * LoadLocalDestination (const std::string& filename, bool isPublic);
AddressBook& GetAddressBook () { return m_AddressBook; };
const SAMBridge * GetSAMBridge () const { return m_SamBridge; };
private: