ObjFW  Diff

Differences From Artifact [c104d72bed]:

To Artifact [08f88058e2]:


33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
33
34
35
36
37
38
39

40
41
42
43
44
45
46
47







-
+







{
	OFCondition *_condition;
}

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

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