Browse Source

[trac558] minor editorial cleanup: make the incl. guard def consistent with the file name.

JINMEI Tatuya 14 years ago
parent
commit
8a2edd0d19
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/log/logger_impl_log4cxx.h

+ 3 - 3
src/lib/log/logger_impl_log4cxx.h

@@ -14,8 +14,8 @@
 
 // $Id$
 
-#ifndef __LOGGER_IMPL_H
-#define __LOGGER_IMPL_H
+#ifndef __LOGGER_IMPL_LOG4CXX_H
+#define __LOGGER_IMPL_LOG4CXX_H
 
 #include <cstdlib>
 #include <string>
@@ -314,4 +314,4 @@ private:
 } // namespace isc
 
 
-#endif // __LOGGER_IMPL_H
+#endif // __LOGGER_IMPL_LOG4CXX_H