@@ -26,13 +26,14 @@ @interface OFUnlockFailedException: OFException { id _lock; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The lock which could not be unlocked. + */ @property (readonly, retain) id lock; -#endif /*! * @brief Creates a new, autoreleased unlock failed exception. * * @param lock The lock which could not be unlocked @@ -45,13 +46,6 @@ * * @param lock The lock which could not be unlocked * @return An initialized unlock failed exception */ - initWithLock: (id )lock; - -/*! - * @brief Returns the lock which could not be unlocked. - * - * @return The lock which could not be unlocked - */ -- (id )lock; @end