cloud test
This commit is contained in:
12
utils/cloud_dispatcher/cloudserver.h
Normal file
12
utils/cloud_dispatcher/cloudserver.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLOUDSERVER_H
|
||||
#define CLOUDSERVER_H
|
||||
|
||||
#include "dispatcherclient.h"
|
||||
|
||||
class CloudServer
|
||||
{
|
||||
public:
|
||||
CloudServer(DispatcherClient * client);
|
||||
};
|
||||
|
||||
#endif // CLOUDSERVER_H
|
||||
Reference in New Issue
Block a user