BIND 10 trac2377, updated. 9ea3182d49d0ad15571ea962ae34b68bcf5a200f [2377] style fix: added a blank line between method defs for readability.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 6 22:15:15 UTC 2012
The branch, trac2377 has been updated
via 9ea3182d49d0ad15571ea962ae34b68bcf5a200f (commit)
from fd7f3a84f391957a09996ab869d079b6fe53a9fd (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 9ea3182d49d0ad15571ea962ae34b68bcf5a200f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 6 13:00:47 2012 -0800
[2377] style fix: added a blank line between method defs for readability.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.h | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.h b/src/lib/dns/master_loader.h
index 3079bf8..bbe4ac1 100644
--- a/src/lib/dns/master_loader.h
+++ b/src/lib/dns/master_loader.h
@@ -39,6 +39,7 @@ public:
DEFAULT = 0, ///< Nothing special.
MANY_ERRORS = 1 ///< Lenient mode.
};
+
/// \brief Constructor
///
/// This creates a master loader and provides it with all
@@ -69,6 +70,7 @@ public:
const MasterLoaderCallbacks& callbacks,
const AddRRCallback& add_callback,
Options options = DEFAULT);
+
/// \brief Destructor
~MasterLoader();
@@ -84,6 +86,7 @@ public:
/// \throw isc::InvalidOperation when called after loading was done
/// already.
bool loadIncremental(size_t count_limit);
+
/// \brief Load everything
///
/// This simply calls loadIncremental until the loading is done.
More information about the bind10-changes
mailing list