@@ -27,13 +27,14 @@ @interface OFHashAlreadyCalculatedException: OFException { id _hashObject; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The hash which has already been calculated. + */ @property (readonly, retain) id hashObject; -#endif /*! * @brief Creates a new, autoreleased hash already calculated exception. * * @param hash The hash which has already been calculated @@ -46,13 +47,6 @@ * * @param hash The hash which has already been calculated * @return An initialized hash already calculated exception */ - initWithHash: (id )hash; - -/*! - * @brief Returns the hash which has already been calculated. - * - * @return The hash which has already been calculated - */ -- (id )hashObject; @end