ObjFW  Diff

Differences From Artifact [cd35f66c20]:

To Artifact [ee7d1ec412]:


25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
	OFTCPSocket *socket;
	OFString    *host;
	int	    errNo;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, assign) OFTCPSocket *socket;
@property (readonly, assign) OFString *host;
@property (readonly) int errNo;
#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param socket The socket which could not translate the address
 * \param host The host for which translation was requested







|
|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
	OFTCPSocket *socket;
	OFString    *host;
	int	    errNo;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, retain, nonatomic) OFTCPSocket *socket;
@property (readonly, copy, nonatomic) OFString *host;
@property (readonly) int errNo;
#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param socket The socket which could not translate the address
 * \param host The host for which translation was requested