#ifdef _WIN32 #include #include #include #include #else #include #endif #include class SocketHandler { public: static int working_with_client_windows(SOCKET listenSocket); static int working_with_client_unix(); };