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