From d4603589406f04c7077cb2d523d5e174ae20986a Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Fri, 12 Aug 2011 21:49:07 -0300 Subject: [PATCH] The Include Guards must match the file's name --- src/icmp/icmpdestinationunreachablemessage.h | 6 +++--- src/icmp/icmpechoreplymessage.h | 6 +++--- src/icmp/icmpechorequestmessage.h | 6 +++--- src/icmp/icmpgenericmessage.h | 6 +++--- src/icmp/icmpheader.h | 4 ++-- src/icmp/icmpmessage.h | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/icmp/icmpdestinationunreachablemessage.h b/src/icmp/icmpdestinationunreachablemessage.h index 1268f3a..ae8dbbf 100644 --- a/src/icmp/icmpdestinationunreachablemessage.h +++ b/src/icmp/icmpdestinationunreachablemessage.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP -#define ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP +#ifndef ICMP_DESTINATION_UNREACHABLE_MESSAGE_H +#define ICMP_DESTINATION_UNREACHABLE_MESSAGE_H #include @@ -72,4 +72,4 @@ private: }; -#endif // ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP +#endif // ICMP_DESTINATION_UNREACHABLE_MESSAGE_H diff --git a/src/icmp/icmpechoreplymessage.h b/src/icmp/icmpechoreplymessage.h index 3816326..6f47f9e 100644 --- a/src/icmp/icmpechoreplymessage.h +++ b/src/icmp/icmpechoreplymessage.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_ECHO_REPLY_MESSAGE_HPP -#define ICMP_ECHO_REPLY_MESSAGE_HPP +#ifndef ICMP_ECHO_REPLY_MESSAGE_H +#define ICMP_ECHO_REPLY_MESSAGE_H #include @@ -68,4 +68,4 @@ private: }; -#endif // ICMP_ECHO_REPLY_MESSAGE_HPP +#endif // ICMP_ECHO_REPLY_MESSAGE_H diff --git a/src/icmp/icmpechorequestmessage.h b/src/icmp/icmpechorequestmessage.h index 5a7bffb..6546087 100644 --- a/src/icmp/icmpechorequestmessage.h +++ b/src/icmp/icmpechorequestmessage.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_ECHO_REQUEST_MESSAGE_HPP -#define ICMP_ECHO_REQUEST_MESSAGE_HPP +#ifndef ICMP_ECHO_REQUEST_MESSAGE_H +#define ICMP_ECHO_REQUEST_MESSAGE_H #include @@ -68,4 +68,4 @@ private: }; -#endif // ICMP_ECHO_REQUEST_MESSAGE_HPP +#endif // ICMP_ECHO_REQUEST_MESSAGE_H diff --git a/src/icmp/icmpgenericmessage.h b/src/icmp/icmpgenericmessage.h index 4c08a0b..74c7ff1 100644 --- a/src/icmp/icmpgenericmessage.h +++ b/src/icmp/icmpgenericmessage.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_GENERIC_MESSAGE_HPP -#define ICMP_GENERIC_MESSAGE_HPP +#ifndef ICMP_GENERIC_MESSAGE_H +#define ICMP_GENERIC_MESSAGE_H #include @@ -48,4 +48,4 @@ public: }; -#endif // ICMP_GENERIC_MESSAGE_HPP +#endif // ICMP_GENERIC_MESSAGE_H diff --git a/src/icmp/icmpheader.h b/src/icmp/icmpheader.h index 80ca124..7552375 100644 --- a/src/icmp/icmpheader.h +++ b/src/icmp/icmpheader.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_HEADER_HPP -#define ICMP_HEADER_HPP +#ifndef ICMP_HEADER_H +#define ICMP_HEADER_H #include diff --git a/src/icmp/icmpmessage.h b/src/icmp/icmpmessage.h index 608249a..d0b758c 100644 --- a/src/icmp/icmpmessage.h +++ b/src/icmp/icmpmessage.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMP_MESSAGE_HPP -#define ICMP_MESSAGE_HPP +#ifndef ICMP_MESSAGE_H +#define ICMP_MESSAGE_H #include @@ -46,4 +46,4 @@ public: }; -#endif // ICMP_MESSAGE_HPP +#endif // ICMP_MESSAGE_H -- 1.7.1