X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Fsockets%2Fraw_socket.h;h=44314eebaf4fded9677b4856b45a03f6fdf3a707;hb=6d9fa0f15a77c1e5b34ae85c0ff1cddf6ab74104;hp=de98b310ad802248da06a5b4705474f5dfe55a0b;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/sockets/raw_socket.h b/octopi/library/sockets/raw_socket.h index de98b310..44314eeb 100644 --- a/octopi/library/sockets/raw_socket.h +++ b/octopi/library/sockets/raw_socket.h @@ -61,9 +61,6 @@ public: DEFINE_CLASS_NAME("raw_socket"); -// int open( -//hmmm... - int close(basis::un_int &socket); // disconnects, destroys and resets the "socket" to zero. @@ -151,6 +148,7 @@ private: ////////////// +/* wow, an ancient screw-up, leaving these in here after they were abstracted to tcpip_definitions.h; yargh. #ifdef __UNIX__ // provide some unifying definitions. #define INVALID_SOCKET -1 @@ -265,6 +263,7 @@ private: #define SOCK_TRY_AGAIN WSATRY_AGAIN #define SOCK_VERNOTSUPPORTED WSAVERNOTSUPPORTED #endif //win32. +*/ //////////////