BIND 10 trac2207, updated. 2530e97e662406cb168e80358c764ff8692866cb [2207] Update docs of ZoneWriterLocal
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 17 10:24:01 UTC 2012
The branch, trac2207 has been updated
via 2530e97e662406cb168e80358c764ff8692866cb (commit)
from 5b77cd205f08b1bc76ec5ff4248f4c9cb4e0ac27 (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 2530e97e662406cb168e80358c764ff8692866cb
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Oct 17 12:23:33 2012 +0200
[2207] Update docs of ZoneWriterLocal
They were outdated, for previous version of the interface.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_writer_local.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_writer_local.h b/src/lib/datasrc/memory/zone_writer_local.h
index 6a92056..10101f4 100644
--- a/src/lib/datasrc/memory/zone_writer_local.h
+++ b/src/lib/datasrc/memory/zone_writer_local.h
@@ -49,10 +49,9 @@ public:
/// \brief Loads the data.
///
- /// This prepares an empty ZoneData and calls load_action (passed to
- /// constructor) to fill it with data.
+ /// This calls the load_action (passed to constructor) and stores the
+ /// data for future use.
///
- /// \throw std::bad_alloc If there's a problem allocating the ZoneData.
/// \throw isc::Unexpected if it is called the second time in lifetime
/// of the object.
/// \throw Whatever the load_action throws, it is propagated up.
@@ -60,7 +59,8 @@ public:
/// \brief Installs the zone.
///
- /// This simply calls the install_action.
+ /// It modifies the zone table accessible through the segment (passed to
+ /// constructor).
///
/// \throw isc::Unexpected if it is called the second time in lifetime
/// of the object or if load() was not called previously or if
More information about the bind10-changes
mailing list