ObjFW  Diff

Differences From Artifact [5e90c4069e]:

To Artifact [1d7baf9f13]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	size_t _requestedLength;
	int _errNo;
}

/*!
 * The stream which caused the read or write failed exception.
 */
@property (readonly, retain) id object;

/*!
 * The requested length of the data that could not be read / written.
 */
@property (readonly) size_t requestedLength;

/*!







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	size_t _requestedLength;
	int _errNo;
}

/*!
 * The stream which caused the read or write failed exception.
 */
@property (readonly, nonatomic) id object;

/*!
 * The requested length of the data that could not be read / written.
 */
@property (readonly) size_t requestedLength;

/*!