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