ObjFW  Diff

Differences From Artifact [8f1c5ce95c]:

To Artifact [47ea8fac4d]:


19
20
21
22
23
24
25



26
27
28
29
30
31
32
#import "OFException.h"

#ifndef OF_HAVE_SOCKETS
# error No sockets available!
#endif

/*!



 * @brief An exception indicating that accepting a connection failed.
 */
@interface OFAcceptFailedException: OFException
{
	id _socket;
	int _errNo;
}







>
>
>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#import "OFException.h"

#ifndef OF_HAVE_SOCKETS
# error No sockets available!
#endif

/*!
 * @class OFAcceptFailedException \
 *	  OFAcceptFailedException.h ObjFW/OFAcceptFailedException.h
 *
 * @brief An exception indicating that accepting a connection failed.
 */
@interface OFAcceptFailedException: OFException
{
	id _socket;
	int _errNo;
}