@@ -30,13 +30,14 @@ @interface OFAlreadyConnectedException: OFException { id _socket; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The socket which is already connected. + */ @property (readonly, retain) id socket; -#endif /*! * @brief Creates a new, autoreleased already connected exception. * * @param socket The socket which is already connected @@ -49,13 +50,6 @@ * * @param socket The socket which is already connected * @return An initialized already connected exception */ - initWithSocket: (id)socket; - -/*! - * @brief Returns the socket which is already connected. - * - * @return The socket which is already connected - */ -- (id)socket; @end