From: Guilherme Maciel Ferreira Date: Sat, 13 Aug 2011 00:49:07 +0000 (-0300) Subject: The Include Guards must match the file's name X-Git-Tag: v1.1^2~22 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=d4603589406f04c7077cb2d523d5e174ae20986a;p=pingcheck The Include Guards must match the file's name --- 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