Browse Source

one final documentation update. (sorry, I forgot to add this before
putting it to the review queue)


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

JINMEI Tatuya 14 years ago
parent
commit
cb2106effc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dns/master.h

+ 2 - 0
src/lib/dns/master.h

@@ -277,6 +277,8 @@ private:
 ///   returning an error code instead of throwing an exception when we
 ///   encounter validation failure.
 /// - We may want to support incremental loading.
+/// - If we add these optional features we may want to introduce a class
+///   that encapsulates loading status and options.
 /// - RRSIGs are currently identified as their owner name and RR type (RRSIG).
 ///   In practice it should be sufficient, but technically we should also
 ///   consider the Type Covered field.