]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Update obsolete comment
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Sep 2012 05:21:27 +0000 (10:51 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Sep 2012 05:21:27 +0000 (10:51 +0530)
src/lib/datasrc/memory/memory_client.h

index a28125950f80a4542107fe833a529eac1f873665..bff55f466576cd651c670f336f69a1f3dabe5583 100644 (file)
@@ -45,8 +45,8 @@ namespace memory {
 /// allowing much faster lookups.  The in memory data is a copy of some
 /// real physical source - in the current implementation a list of zones
 /// are populated as a result of \c load() calls; zone data is given in
-/// a standard master file (but there's a plan to use database backends
-/// as a source of the in memory data).
+/// a standard master file, or as an iterator of some other datasource
+/// including database backed ones.
 ///
 /// The InMemoryClient enforces through its interface that all data
 /// loaded to the data source is of the same RR class.  For example, the