Browse Source

Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

Jelte Jansen 13 years ago
parent
commit
d916aef6af
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/lib/datasrc/database.h

+ 5 - 0
src/lib/datasrc/database.h

@@ -137,6 +137,11 @@ public:
          * definition already known to the caller (it already passes it as
          * an argument to getRecords()).
          *
+         * Once this function returns false, any subsequent call to it should
+         * result in false.  The implementation of a derived class must ensure
+         * it doesn't cause any disruption due to that such as a crash or
+         * exception.
+         *
          * \note The order of RRs is not strictly set, but the RRs for single
          * RRset must not be interleaved with any other RRs (eg. RRsets must be
          * "together").