ObjFW  Diff

Differences From Artifact [c26850a055]:

To Artifact [3be08f130c]:


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 OFBroadcastConditionFailedException \
 *	  OFBroadcastConditionFailedException.h \
 * @class OFBroadcastConditionFailedException
 *	  OFBroadcastConditionFailedException.h ObjFW/ObjFW.h
 *	  ObjFW/OFBroadcastConditionFailedException.h
 *
 * @brief An exception indicating broadcasting a condition failed.
 */
@interface OFBroadcastConditionFailedException: OFException
{
	OFCondition *_condition;
	int _errNo;