Move network clients to Resource Manager
This commit is contained in:
parent
c1ac870035
commit
128bfc7792
4 changed files with 23 additions and 20 deletions
|
|
@ -39,7 +39,9 @@ public:
|
|||
|
||||
unsigned int GetDetectionPercent();
|
||||
const char* GetDetectionString();
|
||||
NetworkServer* GetServer();
|
||||
|
||||
std::vector<NetworkClient*> GetClients();
|
||||
NetworkServer* GetServer();
|
||||
|
||||
void DeviceListChanged();
|
||||
|
||||
|
|
@ -75,7 +77,7 @@ private:
|
|||
/*-------------------------------------------------------------------------------------*\
|
||||
| Network Clients |
|
||||
\*-------------------------------------------------------------------------------------*/
|
||||
//std::vector<NetworkClient*> clients;
|
||||
std::vector<NetworkClient*> clients;
|
||||
|
||||
/*-------------------------------------------------------------------------------------*\
|
||||
| Detectors |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue