-#ifndef CONFIGURATION_H_
-#define CONFIGURATION_H_
+#ifndef CONFIGURATION_H
+#define CONFIGURATION_H
#include <stdint.h>
#include <string>
};
-#endif /* CONFIGURATION_H_ */
+#endif /* CONFIGURATION_H */
-#ifndef CONFIGURATIONREADER_H_
-#define CONFIGURATIONREADER_H_
+#ifndef CONFIGURATIONREADER_H
+#define CONFIGURATIONREADER_H
#include <string>
#include <boost/program_options.hpp>
const std::string default_config_file_name;
};
-#endif /* CONFIGURATIONREADER_H_ */
+#endif /* CONFIGURATIONREADER_H */
-#ifndef PINGER_HPP
-#define PINGER_HPP
+#ifndef BOOSTPINGER_H
+#define BOOSTPINGER_H
#include <boost/asio.hpp>
};
-#endif /* PINGER_HPP */
+#endif /* BOOSTPINGER_H */
-#ifndef HOST_H_
-#define HOST_H_
+#ifndef HOST_H
+#define HOST_H
#include <string>
#include <vector>
};
-#endif /* HOST_H_ */
+#endif /* HOST_H */
-#ifndef PINGCHECK_H_
-#define PINGCHECK_H_
+#ifndef PINGCHECK_H
+#define PINGCHECK_H
#include <map>
};
-#endif /* PINGCHECK_H_ */
+#endif /* PINGCHECK_H */
-#ifndef PINGER_H_
-#define PINGER_H_
+#ifndef PINGER_H
+#define PINGER_H
#include <string>
};
-#endif /* PINGER_H_ */
+#endif /* PINGER_H */
-#ifndef PINGMANAGER_H_
-#define PINGMANAGER_H_
+#ifndef PINGMANAGER_H
+#define PINGMANAGER_H
#include "pinger.h"
#include "host.h"
};
-#endif /* PINGMANAGER_H_ */
+#endif /* PINGMANAGER_H */