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