app/SocketManager.h
@@ -26,7 +26,7 @@ static void runSocketServer(void* context); static void processMsg(SOCKET client, void* context); static const int PORT = 9001; static const int OCR_PORT = 9002; sockaddr_in clientaddr; SOCKET getClient(int p); @@ -39,6 +39,7 @@ public: static string ADDR; static const int OCR_PORT = 9002; SocketManager(ActionCallback callback,void * context); ~SocketManager();