From: Mukund Sivaraman Date: Fri, 14 Sep 2012 05:21:27 +0000 (+0530) Subject: [2108] Update obsolete comment X-Git-Tag: trac2351_base~70^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2de58c844cbf6ab10fa9bbe2e45b09badcd3101b;p=thirdparty%2Fkea.git [2108] Update obsolete comment --- diff --git a/src/lib/datasrc/memory/memory_client.h b/src/lib/datasrc/memory/memory_client.h index a28125950f..bff55f4665 100644 --- a/src/lib/datasrc/memory/memory_client.h +++ b/src/lib/datasrc/memory/memory_client.h @@ -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