Go to the documentation of this file.
22 #ifndef __SSRC_WISP_SERVICE_EVENT_PORT_H
23 #define __SSRC_WISP_SERVICE_EVENT_PORT_H
27 #if defined(WISP_HAVE_SYS_EPOLL_H) && defined(WISP_HAVE_EPOLL_CREATE)
29 #include <ssrc/wisp/service/detail/LinuxEventPort.h>
33 typedef NS_SSRC_WISP_SERVICE::detail::LinuxEventPort EventPort;
37 #elif defined(WISP_HAVE_PORT_H) && defined(WISP_HAVE_PORT_CREATE)
39 #include <ssrc/wisp/service/detail/SolarisEventPort.h>
43 typedef NS_SSRC_WISP_SERVICE::detail::SolarisEventPort EventPort;
47 #elif defined(WISP_HAVE_SYS_EVENT_H) && defined(WISP_HAVE_KQUEUE)
49 #include <ssrc/wisp/service/detail/FreeBSDEventPort.h>
53 typedef NS_SSRC_WISP_SERVICE::detail::FreeBSDEventPort EventPort;
Copyright © 2006-2012 Savarese Software Research Corporation. All rights reserved.
Copyright © 2017 Savarese Software Research Corporation. All rights reserved