ObjFW  Diff

Differences From Artifact [e52a7ec3ad]:

To Artifact [01059836eb]:


24
25
26
27
28
29
30
31

32
33

34
35
36
37
38
39
40
24
25
26
27
28
29
30

31


32
33
34
35
36
37
38
39







-
+
-
-
+







#endif

OF_ASSUME_NONNULL_BEGIN

@class OFCondition;

/**
 * @class OFWaitForConditionFailedException \
 * @class OFWaitForConditionFailedException OFWaitForConditionFailedException.h
 *	  OFWaitForConditionFailedException.h \
 *	  ObjFW/OFWaitForConditionFailedException.h
 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating waiting for a condition failed.
 */
@interface OFWaitForConditionFailedException: OFException
{
	OFCondition *_condition;
	int _errNo;