@@ -32,13 +32,14 @@ @interface OFConditionWaitFailedException: OFException { OFCondition *_condition; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The condition for which could not be waited. + */ @property (readonly, retain) OFCondition *condition; -#endif /*! * @brief Creates a new, autoreleased condition wait failed exception. * * @param condition The condition for which could not be waited @@ -51,13 +52,6 @@ * * @param condition The condition for which could not be waited * @return An initialized condition wait failed exception */ - initWithCondition: (OFCondition*)condition; - -/*! - * @brief Return the condition for which could not be waited. - * - * @return The condition for which could not be waited - */ -- (OFCondition*)condition; @end