ObjFW  Diff

Differences From Artifact [55acd4cf7e]:

To Artifact [1e0f5699bd]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	OFString *_host;
	int _error;
}

/*!
 * The host for which the address translation was requested.
 */
@property (readonly, copy) OFString *host;

/*!
 * @brief Creates a new, autoreleased address translation failed exception.
 *
 * @param host The host for which translation was requested
 * @return A new, autoreleased address translation failed exception
 */







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	OFString *_host;
	int _error;
}

/*!
 * The host for which the address translation was requested.
 */
@property (readonly, nonatomic) OFString *host;

/*!
 * @brief Creates a new, autoreleased address translation failed exception.
 *
 * @param host The host for which translation was requested
 * @return A new, autoreleased address translation failed exception
 */