ObjFW  Diff

Differences From Artifact [5b74e45810]:

To Artifact [bcea1dd8f2]:


22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifndef OF_HAVE_SOCKETS
# error No sockets available!
#endif

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFListenOnSocketFailedException \
 *	  OFListenOnSocketFailedException.h \
 *	  ObjFW/OFListenOnSocketFailedException.h
 *
 * @brief An exception indicating that listening on the socket failed.
 */
@interface OFListenOnSocketFailedException: OFException
{
	id _socket;
	int _backlog, _errNo;







|
<
|







22
23
24
25
26
27
28
29

30
31
32
33
34
35
36
37
#ifndef OF_HAVE_SOCKETS
# error No sockets available!
#endif

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFListenOnSocketFailedException OFListenOnSocketFailedException.h

 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating that listening on the socket failed.
 */
@interface OFListenOnSocketFailedException: OFException
{
	id _socket;
	int _backlog, _errNo;