X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/af1fcfcf8c78f03127d3929b49330cc191259487..68089b190f6a03c185722c8532197dacabf52f8d:/ITInetSocket.h diff --git a/ITInetSocket.h b/ITInetSocket.h index 1613c69..592cc5d 100755 --- a/ITInetSocket.h +++ b/ITInetSocket.h @@ -54,7 +54,7 @@ typedef enum { * @abstract Delegate methods for ITInetSocket * @discussion ITInetSockets use these methods to communicate with their delegates */ -@protocol ITInetSocketDelegate +@protocol ITInetSocketDelegate /*! * @method errorOccured:during:onSocket: * @abstract Alerts the delegate of an error condition. @@ -78,7 +78,7 @@ typedef enum { * @abstract An Internet socket class. * @discussion ITInetSocket is an Internet socket class supporting IPv6 and Rendezvous. */ -@interface ITInetSocket : NSObject { +@interface ITInetSocket : NSObject { int sockfd; int port; int nc;