Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef ASIO_DETAIL_TASK_IO_SERVICE_FWD_HPP
00012 #define ASIO_DETAIL_TASK_IO_SERVICE_FWD_HPP
00013
00014 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
00015 # pragma once
00016 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
00017
00018 #include "asio/detail/push_options.hpp"
00019
00020 namespace asio {
00021 namespace detail {
00022
00023 template <typename Task>
00024 class task_io_service;
00025
00026 }
00027 }
00028
00029 #include "asio/detail/pop_options.hpp"
00030
00031 #endif // ASIO_DETAIL_TASK_IO_SERVICE_FWD_HPP