The Include Guards must match the file's name
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 13 Aug 2011 00:49:07 +0000 (21:49 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 13 Aug 2011 00:49:07 +0000 (21:49 -0300)
src/icmp/icmpdestinationunreachablemessage.h
src/icmp/icmpechoreplymessage.h
src/icmp/icmpechorequestmessage.h
src/icmp/icmpgenericmessage.h
src/icmp/icmpheader.h
src/icmp/icmpmessage.h

index 1268f3a..ae8dbbf 100644 (file)
@@ -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 <stdint.h>
 
@@ -72,4 +72,4 @@ private:
 
 };
 
-#endif // ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP
+#endif // ICMP_DESTINATION_UNREACHABLE_MESSAGE_H
index 3816326..6f47f9e 100644 (file)
@@ -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 <stdint.h>
 
@@ -68,4 +68,4 @@ private:
 
 };
 
-#endif // ICMP_ECHO_REPLY_MESSAGE_HPP
+#endif // ICMP_ECHO_REPLY_MESSAGE_H
index 5a7bffb..6546087 100644 (file)
@@ -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 <stdint.h>
 
@@ -68,4 +68,4 @@ private:
 
 };
 
-#endif // ICMP_ECHO_REQUEST_MESSAGE_HPP
+#endif // ICMP_ECHO_REQUEST_MESSAGE_H
index 4c08a0b..74c7ff1 100644 (file)
@@ -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 <stdint.h>
 
@@ -48,4 +48,4 @@ public:
 
 };
 
-#endif // ICMP_GENERIC_MESSAGE_HPP
+#endif // ICMP_GENERIC_MESSAGE_H
index 80ca124..7552375 100644 (file)
@@ -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 <stdint.h>
 
index 608249a..d0b758c 100644 (file)
@@ -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 <stdint.h>
 
@@ -46,4 +46,4 @@ public:
 
 };
 
-#endif // ICMP_MESSAGE_HPP
+#endif // ICMP_MESSAGE_H