18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
*/
#import "OFBindSocketFailedException.h"
OF_ASSUME_NONNULL_BEGIN
/**
* @class OFBindIPXSocketFailedException \
* OFBindIPXSocketFailedException.h \
* ObjFW/OFBindIPXSocketFailedException.h
*
* @brief An exception indicating that binding an IPX socket failed.
*/
OF_SUBCLASSING_RESTRICTED
@interface OFBindIPXSocketFailedException: OFBindSocketFailedException
{
uint32_t _network;
|
|
<
|
|
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 OFBindIPXSocketFailedException.h
* ObjFW/ObjFW.h
*
* @brief An exception indicating that binding an IPX socket failed.
*/
OF_SUBCLASSING_RESTRICTED
@interface OFBindIPXSocketFailedException: OFBindSocketFailedException
{
uint32_t _network;
|