Parcourir la source

[1067] Doxygen

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
de06b256b3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/datasrc/sqlite3_database.h

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

@@ -90,6 +90,7 @@ public:
      *     element and the zone id in the second if it was.
      */
     virtual std::pair<bool, int> getZone(const isc::dns::Name& name) const;
+    /// \brief Implementation of DatabaseAbstraction::getIteratorContext
     virtual IteratorContextPtr getIteratorContext(const isc::dns::Name&,
                                                   int id) const;
 private:
@@ -101,6 +102,7 @@ private:
     void open(const std::string& filename);
     /// \brief Closes the database
     void close();
+    /// \brief SQLite3 implementation of IteratorContext
     class Context;
     friend class Context;
 };