Add CIRCNetwork::FindClient(const CString& sIdentifier)

This commit is contained in:
J-P Nurmi
2014-09-28 16:01:05 +02:00
parent 8d77faa260
commit 20c9b19328
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
const CString& GetName() const;
bool IsNetworkAttached() const { return !m_vClients.empty(); }
const std::vector<CClient*>& GetClients() const { return m_vClients; }
CClient* FindClient(const CString& sIdentifier) const;
void SetUser(CUser *pUser);
bool SetName(const CString& sName);