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
ISC Open Source Projects
Kea
Commits
870aa95f
Commit
870aa95f
authored
Aug 28, 2012
by
JINMEI Tatuya
Browse files
[2107] doc update: more explicit about modify method of NSEC3Data.
parent
78eeb870
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_data.h
View file @
870aa95f
...
...
@@ -61,10 +61,12 @@ typedef DomainTreeNode<RdataSet> ZoneNode;
/// this condition. It's the caller's responsibility.
///
/// Read-only access to the tree is possible via the \c getNSEC3Tree() method.
/// Modifying the tree must be done by specific method; the application
/// cannot directly change the content of the tree in an arbitrary way.
/// This class does not have a strong reason to be that strict, but is
/// defined this way mainly to be consistent with the \c ZoneData class.
/// Modifying the tree must be done by a specific method (in the initial
/// implementation, it's \c insertName(). There may be some more as we
/// see the need); the application cannot directly change the content of the
/// tree in an arbitrary way. This class does not have a strong reason to be
/// that strict, but is defined this way mainly to be consistent with the
/// \c ZoneData class.
///
/// Most of the hash parameters are maintained in the form of straightforward
/// member variables, which can be directly referenced by the application.
...
...
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