PICloud change protocol > server_uuid
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
class CloudServer : public PIObject {
|
||||
PIOBJECT(CloudServer)
|
||||
public:
|
||||
CloudServer(DispatcherClient * c, const PIString & sname);
|
||||
CloudServer(DispatcherClient * c, const PIByteArray & sname);
|
||||
~CloudServer();
|
||||
PIString serverName() const;
|
||||
PIByteArray serverUUID() const;
|
||||
void addClient(DispatcherClient * c);
|
||||
void removeClient(DispatcherClient * c);
|
||||
PIVector<DispatcherClient*> getClients();
|
||||
@@ -20,7 +20,7 @@ private:
|
||||
DispatcherClient * server;
|
||||
PIVector<DispatcherClient*> clients;
|
||||
PIMap<uint, DispatcherClient*> index_clients;
|
||||
PIString server_name;
|
||||
PIByteArray server_uuid;
|
||||
};
|
||||
|
||||
#endif // CLOUDSERVER_H
|
||||
|
||||
Reference in New Issue
Block a user