Browse Source

updated document based on review comment: clarified the meaning of 'state'
for FindResult.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac418@3744 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
3524d93497
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/zonetable.h

+ 2 - 2
src/lib/datasrc/zonetable.h

@@ -69,8 +69,8 @@ public:
     /// the result code ("success" or "not found") and the found object,
     /// the result code ("success" or "not found") and the found object,
     /// i.e., avoid using \c NULL to mean "not found", etc.
     /// 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.
     /// directly.
     ///
     ///
     /// Note: we should eventually include a notion of "zone node", which
     /// Note: we should eventually include a notion of "zone node", which