1 #ifndef GCP_UTIL_TIPPERCLIENT_H
2 #define GCP_UTIL_TIPPERCLIENT_H
11 #include "gcp/util/common/Client.h"
12 #include "gcp/util/common/Ports.h"
13 #include "gcp/util/common/TipperData.h"
28 unsigned port=TIPPER_SERVER_PORT);
38 std::vector<unsigned char> bytes_;
47 #endif // End #ifndef GCP_UTIL_TIPPERCLIENT_H
Definition: TipperData.h:16
Definition: NetHandler.h:16
Definition: TipperClient.h:21
virtual ~TipperClient()
Definition: TipperClient.cc:24
TipperClient(bool spawnThread, std::string host, unsigned port=TIPPER_SERVER_PORT)
Definition: TipperClient.cc:12