ObjFW  Diff

Differences From Artifact [77adef69bf]:

To Artifact [883461b962]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	OFCondition *_condition;
}

/*!
 * The condition for which could not be waited.
 */
@property (readonly, retain) OFCondition *condition;

/*!
 * @brief Creates a new, autoreleased condition wait failed exception.
 *
 * @param condition The condition for which could not be waited
 * @return A new, autoreleased condition wait failed exception
 */







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	OFCondition *_condition;
}

/*!
 * The condition for which could not be waited.
 */
@property (readonly, nonatomic) OFCondition *condition;

/*!
 * @brief Creates a new, autoreleased condition wait failed exception.
 *
 * @param condition The condition for which could not be waited
 * @return A new, autoreleased condition wait failed exception
 */