ObjFW  Diff

Differences From Artifact [2bb3a9a132]:

To Artifact [d7a51572db]:


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

/*!
 * The socket which could not accept a connection.
 */
@property (readonly, retain) id socket;

/*!
 * @return The errno from when the exception was created.
 */
@property (readonly) int errNo;

/*!







|







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

/*!
 * The socket which could not accept a connection.
 */
@property (readonly, nonatomic) id socket;

/*!
 * @return The errno from when the exception was created.
 */
@property (readonly) int errNo;

/*!