Browse Source

[1331] Documentation update

Michal 'vorner' Vaner 13 years ago
parent
commit
7fb9faf460
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/zone.h

+ 2 - 0
src/lib/datasrc/zone.h

@@ -552,6 +552,8 @@ public:
     ///
     /// \exception DataSourceError Duplicate call of the method,
     /// internal data source error
+    /// \exception isc::BadValue Journaling is enabled and the update is not
+    ///    complete IXFR sequence.
     virtual void commit() = 0;
 };