CppCMS
socket.h
1 //
2 // Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 #ifndef BOOSTER_AIO_SOCKET_H
9 #define BOOSTER_AIO_SOCKET_H
10 
11 #include <booster/aio/basic_socket.h>
12 #include <booster/aio/stream_socket.h>
13 #include <booster/aio/acceptor.h>
14 
15 #endif