ObjFW  Diff

Differences From Artifact [75fadf5f06]:

To Artifact [9bc4c1ecdf]:


36
37
38
39
40
41
42
43

44
45
46

47
48
49
50
51
52
53
36
37
38
39
40
41
42

43
44
45

46
47
48
49
50
51
52
53







-
+


-
+








#ifdef HAVE_KQUEUE
# import "OFKernelEventObserver_kqueue.h"
#endif
#ifdef HAVE_EPOLL
# import "OFKernelEventObserver_epoll.h"
#endif
#if HAVE_POLL
#ifdef HAVE_POLL
# import "OFKernelEventObserver_poll.h"
#endif
#if HAVE_SELECT
#ifdef HAVE_SELECT
# import "OFKernelEventObserver_select.h"
#endif

#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFOutOfRangeException.h"