@@ -21,12 +21,12 @@ /*! * @brief An exception indicating that accepting a connection failed. */ @interface OFAcceptFailedException: OFException { - OFTCPSocket *socket; - int errNo; + OFTCPSocket *_socket; + int _errNo; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) OFTCPSocket *socket; @property (readonly) int errNo;