[svn] commit: r3744 - /branches/trac418/src/lib/datasrc/zonetable.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 7 11:00:02 UTC 2010
Author: jinmei
Date: Tue Dec 7 11:00:02 2010
New Revision: 3744
Log:
updated document based on review comment: clarified the meaning of 'state'
for FindResult.
Modified:
branches/trac418/src/lib/datasrc/zonetable.h
Modified: branches/trac418/src/lib/datasrc/zonetable.h
==============================================================================
--- branches/trac418/src/lib/datasrc/zonetable.h (original)
+++ branches/trac418/src/lib/datasrc/zonetable.h Tue Dec 7 11:00:02 2010
@@ -69,8 +69,8 @@
/// the result code ("success" or "not found") and the found object,
/// i.e., avoid using \c NULL to mean "not found", etc.
///
- /// This is a simple value class with no internal state, so for
- /// convenience we allow the applications to refer to the members
+ /// This is a simple value class whose internal state never changes,
+ /// so for convenience we allow the applications to refer to the members
/// directly.
///
/// Note: we should eventually include a notion of "zone node", which
More information about the bind10-changes
mailing list