@@ -33,13 +33,14 @@ @interface OFConditionStillWaitingException: OFException { OFCondition *_condition; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The condition for which is still being waited. + */ @property (readonly, retain) OFCondition *condition; -#endif /*! * @brief Creates a new, autoreleased condition still waiting exception. * * @param condition The condition for which is still being waited @@ -52,13 +53,6 @@ * * @param condition The condition for which is still being waited * @return An initialized condition still waiting exception */ - initWithCondition: (OFCondition*)condition; - -/*! - * @brief Return the condition for which is still being waited. - * - * @return The condition for which is still being waited - */ -- (OFCondition*)condition; @end