1 #ifndef GCP_UTIL_WXCLIENTSA_H
2 #define GCP_UTIL_WXCLIENTSA_H
11 #include "gcp/util/common/Client.h"
12 #include "gcp/util/common/Ports.h"
13 #include "gcp/util/common/WxDataSA.h"
27 WxClientSA(
bool spawnThread, std::string host=
"localhost",
28 unsigned port=Ports::wxPort(
"cbass"));
38 std::vector<unsigned char> bytes_;
39 virtual void readServerData(
NetHandler& handler);
40 virtual void processServerData() {};
48 #endif // End #ifndef GCP_UTIL_WXCLIENTSA_H
Definition: NetHandler.h:16
Definition: WxDataSA.h:16
virtual ~WxClientSA()
Definition: WxClientSA.cc:24
WxClientSA(bool spawnThread, std::string host="localhost", unsigned port=Ports::wxPort("cbass"))
Definition: WxClientSA.cc:12
Definition: WxClientSA.h:21