ObjFW  Diff

Differences From Artifact [26d03aec04]:

To Artifact [983add21d8]:


25
26
27
28
29
30
31

32
33
34
35
36
37
38
 * @brief An exception indicating that resolving a host failed.
 */
@interface OFResolveHostFailedException: OFException
{
	OFString *_host;
	OFSocketAddressFamily _addressFamily;
	OFDNSResolverErrorCode _errorCode;

}

/**
 * @brief The host which could not be resolved.
 */
@property (readonly, nonatomic) OFString *host;








>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 * @brief An exception indicating that resolving a host failed.
 */
@interface OFResolveHostFailedException: OFException
{
	OFString *_host;
	OFSocketAddressFamily _addressFamily;
	OFDNSResolverErrorCode _errorCode;
	OF_RESERVE_IVARS(OFResolveHostFailedException, 4)
}

/**
 * @brief The host which could not be resolved.
 */
@property (readonly, nonatomic) OFString *host;