BIND 10 trac1062, updated. 914fe9bc05003defeff70acb84a52e86fb9ced4c [1062] Indentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 12 06:49:36 UTC 2011
The branch, trac1062 has been updated
via 914fe9bc05003defeff70acb84a52e86fb9ced4c (commit)
from c6ca831b3f171da96fad75c21dffbd2bed71e297 (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 914fe9bc05003defeff70acb84a52e86fb9ced4c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Aug 12 08:49:22 2011 +0200
[1062] Indentation
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.h | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index 05b966c..c9c2293 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -149,17 +149,17 @@ public:
static const size_t COLUMN_COUNT = 4;
/**
- * \brief Returns a string identifying this dabase backend
- *
- * The returned string is mainly intended to be used for
- * debugging/logging purposes.
- *
- * Any implementation is free to choose the exact string content,
- * but it is advisable to make it a name that is distinguishable
- * from the others.
- *
- * \return the name of the database
- */
+ * \brief Returns a string identifying this dabase backend
+ *
+ * The returned string is mainly intended to be used for
+ * debugging/logging purposes.
+ *
+ * Any implementation is free to choose the exact string content,
+ * but it is advisable to make it a name that is distinguishable
+ * from the others.
+ *
+ * \return the name of the database
+ */
virtual const std::string& getDBName() const = 0;
};
More information about the bind10-changes
mailing list