Browse Source

[4009] ASIO_HPP -> BOOST_ASIO_HPP

Francis Dupont 9 years ago
parent
commit
5526c8641e

+ 1 - 1
src/lib/asiolink/tcp_endpoint.h

@@ -15,7 +15,7 @@
 #ifndef TCP_ENDPOINT_H
 #ifndef TCP_ENDPOINT_H
 #define TCP_ENDPOINT_H 1
 #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"
 #error "asio.hpp must be included before including this, see asiolink.h as to why"
 #endif
 #endif
 
 

+ 1 - 1
src/lib/asiolink/tcp_socket.h

@@ -15,7 +15,7 @@
 #ifndef TCP_SOCKET_H
 #ifndef TCP_SOCKET_H
 #define TCP_SOCKET_H 1
 #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"
 #error "asio.hpp must be included before including this, see asiolink.h as to why"
 #endif
 #endif
 
 

+ 1 - 1
src/lib/asiolink/udp_endpoint.h

@@ -15,7 +15,7 @@
 #ifndef UDP_ENDPOINT_H
 #ifndef UDP_ENDPOINT_H
 #define UDP_ENDPOINT_H 1
 #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"
 #error "asio.hpp must be included before including this, see asiolink.h as to why"
 #endif
 #endif
 
 

+ 1 - 1
src/lib/asiolink/udp_socket.h

@@ -15,7 +15,7 @@
 #ifndef UDP_SOCKET_H
 #ifndef UDP_SOCKET_H
 #define UDP_SOCKET_H 1
 #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"
 #error "asio.hpp must be included before including this, see asiolink.h as to why"
 #endif
 #endif