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