ObjFW  Diff

Differences From Artifact [0f8b4c79cc]:

To Artifact [42d3d44d62]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#import "OFException.h"
#import "OFDNSResolver.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFResolveHostFailedException \
 *	  OFResolveHostFailedException.h ObjFW/OFResolveHostFailedException.h
 *
 * @brief An exception indicating that resolving a host failed.
 */
@interface OFResolveHostFailedException: OFException
{
	OFString *_host;
	OFSocketAddressFamily _addressFamily;







|
|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#import "OFException.h"
#import "OFDNSResolver.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFResolveHostFailedException OFResolveHostFailedException.h
 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating that resolving a host failed.
 */
@interface OFResolveHostFailedException: OFException
{
	OFString *_host;
	OFSocketAddressFamily _addressFamily;