@@ -19,10 +19,11 @@ /** * \brief A class which provides functions to create and use sockets. */ @interface OFSocket: OFStream { +@public #ifndef _WIN32 int sock; #else SOCKET sock; #endif