X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/b64cdf3e84e76273251024a99bbe275ed1eeae4b..1d23d1181a753fffef7a9d28db4b0b0546bd0032:/ITInetSocket.h diff --git a/ITInetSocket.h b/ITInetSocket.h index 3a09aab..61d16b0 100755 --- a/ITInetSocket.h +++ b/ITInetSocket.h @@ -86,13 +86,10 @@ typedef enum { * @discussion ITInetSocket is an Internet socket class supporting IPv6 and Rendezvous. */ @interface ITInetSocket : NSObject { - @public - /*! - * @var sockfd - * @abstract KLWONZ - */ + int sockfd; int port; + int nc; unsigned short bufs; volatile int dieflag; volatile int actionflag;