From: Francis Dupont Date: Wed, 2 Sep 2015 18:06:53 +0000 (+0200) Subject: [4009] ASIO_HPP -> BOOST_ASIO_HPP X-Git-Tag: trac4060_base~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5526c8641e8da00a16dc21458e855f121873f4e5;p=thirdparty%2Fkea.git [4009] ASIO_HPP -> BOOST_ASIO_HPP --- diff --git a/src/lib/asiolink/tcp_endpoint.h b/src/lib/asiolink/tcp_endpoint.h index 2a019ad6f7..511a5c8866 100644 --- a/src/lib/asiolink/tcp_endpoint.h +++ b/src/lib/asiolink/tcp_endpoint.h @@ -15,7 +15,7 @@ #ifndef TCP_ENDPOINT_H #define TCP_ENDPOINT_H 1 -#ifndef ASIO_HPP +#ifndef BOOST_ASIO_HPP #error "asio.hpp must be included before including this, see asiolink.h as to why" #endif diff --git a/src/lib/asiolink/tcp_socket.h b/src/lib/asiolink/tcp_socket.h index 922590749c..ba5c18eaee 100644 --- a/src/lib/asiolink/tcp_socket.h +++ b/src/lib/asiolink/tcp_socket.h @@ -15,7 +15,7 @@ #ifndef TCP_SOCKET_H #define TCP_SOCKET_H 1 -#ifndef ASIO_HPP +#ifndef BOOST_ASIO_HPP #error "asio.hpp must be included before including this, see asiolink.h as to why" #endif diff --git a/src/lib/asiolink/udp_endpoint.h b/src/lib/asiolink/udp_endpoint.h index 863dfef516..edfbf11077 100644 --- a/src/lib/asiolink/udp_endpoint.h +++ b/src/lib/asiolink/udp_endpoint.h @@ -15,7 +15,7 @@ #ifndef UDP_ENDPOINT_H #define UDP_ENDPOINT_H 1 -#ifndef ASIO_HPP +#ifndef BOOST_ASIO_HPP #error "asio.hpp must be included before including this, see asiolink.h as to why" #endif diff --git a/src/lib/asiolink/udp_socket.h b/src/lib/asiolink/udp_socket.h index 3ae99bebca..abb33b1446 100644 --- a/src/lib/asiolink/udp_socket.h +++ b/src/lib/asiolink/udp_socket.h @@ -15,7 +15,7 @@ #ifndef UDP_SOCKET_H #define UDP_SOCKET_H 1 -#ifndef ASIO_HPP +#ifndef BOOST_ASIO_HPP #error "asio.hpp must be included before including this, see asiolink.h as to why" #endif