Aesthetic changes on include guards
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 21 Feb 2011 13:43:48 +0000 (14:43 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 21 Feb 2011 13:43:48 +0000 (14:43 +0100)
src/config/configuration.h
src/config/configurationreader.h
src/ping/boostpinger.h
src/ping/host.h
src/ping/pingcheck.h
src/ping/pinger.h
src/ping/pingmanager.h

index 984fc59..78c9c2f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef CONFIGURATION_H_
-#define CONFIGURATION_H_
+#ifndef CONFIGURATION_H
+#define CONFIGURATION_H
 
 #include <stdint.h>
 #include <string>
@@ -24,4 +24,4 @@ private:
 
 };
 
-#endif /* CONFIGURATION_H_ */
+#endif /* CONFIGURATION_H */
index dce0c01..969cfe2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef CONFIGURATIONREADER_H_
-#define CONFIGURATIONREADER_H_
+#ifndef CONFIGURATIONREADER_H
+#define CONFIGURATIONREADER_H
 
 #include <string>
 #include <boost/program_options.hpp>
@@ -34,4 +34,4 @@ private:
     const std::string default_config_file_name;
 };
 
-#endif /* CONFIGURATIONREADER_H_ */
+#endif /* CONFIGURATIONREADER_H */
index 734ca24..1374d94 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef PINGER_HPP
-#define PINGER_HPP
+#ifndef BOOSTPINGER_H
+#define BOOSTPINGER_H
 
 #include <boost/asio.hpp>
 
@@ -42,4 +42,4 @@ private:
 
 };
 
-#endif /* PINGER_HPP */
+#endif /* BOOSTPINGER_H */
index 876f1d4..9af8e8b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HOST_H_
-#define HOST_H_
+#ifndef HOST_H
+#define HOST_H
 
 #include <string>
 #include <vector>
@@ -32,4 +32,4 @@ private:
 
 };
 
-#endif /* HOST_H_ */
+#endif /* HOST_H */
index 965cfa9..eded5c8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef PINGCHECK_H_
-#define PINGCHECK_H_
+#ifndef PINGCHECK_H
+#define PINGCHECK_H
 
 #include <map>
 
@@ -23,4 +23,4 @@ private:
 
 };
 
-#endif /* PINGCHECK_H_ */
+#endif /* PINGCHECK_H */
index 9cf469c..3d90504 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef PINGER_H_
-#define PINGER_H_
+#ifndef PINGER_H
+#define PINGER_H
 
 #include <string>
 
@@ -15,4 +15,4 @@ public:
 
 };
 
-#endif /* PINGER_H_ */
+#endif /* PINGER_H */
index 8619a41..536be53 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef PINGMANAGER_H_
-#define PINGMANAGER_H_
+#ifndef PINGMANAGER_H
+#define PINGMANAGER_H
 
 #include "pinger.h"
 #include "host.h"
@@ -22,4 +22,4 @@ private:
 
 };
 
-#endif /* PINGMANAGER_H_ */
+#endif /* PINGMANAGER_H */