ObjFW  Diff

Differences From Artifact [bb950d96b0]:

To Artifact [7e1a5af823]:


31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
	id _socket;
	int _backLog, _errNo;
}

/*!
 * The socket which failed to listen.
 */
@property (readonly, retain) id socket;

/*!
 * The requested back log.
 */
@property (readonly) int backLog;

/*!







|







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
	id _socket;
	int _backLog, _errNo;
}

/*!
 * The socket which failed to listen.
 */
@property (readonly, nonatomic) id socket;

/*!
 * The requested back log.
 */
@property (readonly) int backLog;

/*!