app/SocketManager.h
@@ -26,6 +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); @@ -60,6 +61,8 @@ static string sendMsg(const char*); static string sendOcrMsg(const char*); };