Kea  1.9.9-git
asiolink.h
Go to the documentation of this file.
1 // Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #ifndef ASIOLINK_H
8 #define ASIOLINK_H 1
9 
10 // IMPORTANT NOTE: only very few ASIO headers files can be included in
11 // this file. In particular, asio.hpp should never be included here.
12 // See the description of the namespace below.
13 
14 #include <asiolink/io_service.h>
16 
17 #include <asiolink/io_address.h>
18 #include <asiolink/io_endpoint.h>
19 #include <asiolink/io_socket.h>
20 #include <asiolink/io_error.h>
21 
66 
67 #endif // ASIOLINK_H