Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef ASIO_DETAIL_KQUEUE_REACTOR_FWD_HPP
00013 #define ASIO_DETAIL_KQUEUE_REACTOR_FWD_HPP
00014
00015 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
00016 # pragma once
00017 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
00018
00019 #include "asio/detail/push_options.hpp"
00020
00021 #if !defined(ASIO_DISABLE_KQUEUE)
00022 #if defined(__MACH__) && defined(__APPLE__)
00023
00024
00025 #define ASIO_HAS_KQUEUE 1
00026
00027 namespace asio {
00028 namespace detail {
00029
00030 template <bool Own_Thread>
00031 class kqueue_reactor;
00032
00033 }
00034 }
00035
00036 #endif // defined(__MACH__) && defined(__APPLE__)
00037 #endif // !defined(ASIO_DISABLE_KQUEUE)
00038
00039 #include "asio/detail/pop_options.hpp"
00040
00041 #endif // ASIO_DETAIL_KQUEUE_REACTOR_FWD_HPP