Parcourir la source

[1331] Documentation update

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
7fb9faf460
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
 };