BIND 10 trac558, updated. 8a2edd0d1909bfdb0f7ddbdfb953eac95c987f2f [trac558] minor editorial cleanup: make the incl. guard def consistent with the file name.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 8 22:55:26 UTC 2011
The branch, trac558 has been updated
via 8a2edd0d1909bfdb0f7ddbdfb953eac95c987f2f (commit)
from 3337b581fafb8c7a747badfabb84b2ad01007ae6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a2edd0d1909bfdb0f7ddbdfb953eac95c987f2f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Feb 8 14:54:53 2011 -0800
[trac558] minor editorial cleanup: make the incl. guard def consistent with the file name.
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/logger_impl_log4cxx.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/logger_impl_log4cxx.h b/src/lib/log/logger_impl_log4cxx.h
index 84fef57..c915581 100644
--- a/src/lib/log/logger_impl_log4cxx.h
+++ b/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
More information about the bind10-changes
mailing list