ObjFW  Diff

Differences From Artifact [5818777235]:

To Artifact [19b60f92a8]:


18
19
20
21
22
23
24
25

26
27

28
29
30
31
32
33
34
18
19
20
21
22
23
24

25


26
27
28
29
30
31
32
33







-
+
-
-
+







 */

#import "OFBindSocketFailedException.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFBindIPXSocketFailedException \
 * @class OFBindIPXSocketFailedException OFBindIPXSocketFailedException.h
 *	  OFBindIPXSocketFailedException.h \
 *	  ObjFW/OFBindIPXSocketFailedException.h
 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating that binding an IPX socket failed.
 */
OF_SUBCLASSING_RESTRICTED
@interface OFBindIPXSocketFailedException: OFBindSocketFailedException
{
	uint32_t _network;