app/SocketManager.h
@@ -14,7 +14,7 @@ #define LOCAL_SERVER_ADDR "127.0.0.1" #define LOCAL_SERVER_PORT 9006 typedef bool (*ActionCallback)(string data, void* contex); typedef string (*ActionCallback)(string data, void* contex); class SocketManager {