]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4009] ASIO_HPP -> BOOST_ASIO_HPP
authorFrancis Dupont <fdupont@isc.org>
Wed, 2 Sep 2015 18:06:53 +0000 (20:06 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 2 Sep 2015 18:06:53 +0000 (20:06 +0200)
src/lib/asiolink/tcp_endpoint.h
src/lib/asiolink/tcp_socket.h
src/lib/asiolink/udp_endpoint.h
src/lib/asiolink/udp_socket.h

index 2a019ad6f746ce593eae3c8b68d6730fb38380be..511a5c886632027a4bdd85294afacae8a58ffef7 100644 (file)
@@ -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
 
index 922590749cd04308a50d1faa7ef81856a7e0caea..ba5c18eaeeb19967e2509b909d36722f134e78b5 100644 (file)
@@ -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
 
index 863dfef516fd8561c0c288b8af679a37dd899db4..edfbf1107723fbea9d8e8cfcb79c7f5981d32299 100644 (file)
@@ -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
 
index 3ae99bebca6611216c2ff4b5aef6e2355cb06d57..abb33b1446e120ed79f1f7aaa34a82aeae57391a 100644 (file)
@@ -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