Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
2530e97e
Commit
2530e97e
authored
Oct 17, 2012
by
Michal 'vorner' Vaner
Browse files
[2207] Update docs of ZoneWriterLocal
They were outdated, for previous version of the interface.
parent
5b77cd20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_writer_local.h
View file @
2530e97e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment