[svn] commit: r3946 - /branches/trac439/src/bin/auth/auth_srv.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 22 06:09:58 UTC 2010
Author: chenzhengzhang
Date: Wed Dec 22 06:09:57 2010
New Revision: 3946
Log:
update documentation
Modified:
branches/trac439/src/bin/auth/auth_srv.h
Modified: branches/trac439/src/bin/auth/auth_srv.h
==============================================================================
--- branches/trac439/src/bin/auth/auth_srv.h (original)
+++ branches/trac439/src/bin/auth/auth_srv.h Wed Dec 22 06:09:57 2010
@@ -115,9 +115,11 @@
/// If there is a data source installed, it will be replaced with the
/// new one.
///
- /// In the current implementation, the SQLite data source is assumed.
- /// The \c config parameter will simply be passed to the initialization
- /// routine of the \c Sqlite3DataSrc class.
+ /// In the current implementation, the SQLite data source and MemoryDataSrc
+ /// are assumed.
+ /// We can enable memory data source and get the path of SQLite database by
+ /// the \c config parameter. If we disabled memory data source, the SQLite
+ /// data source will be used.
///
/// On success this method returns a data \c Element (in the form of a
/// pointer like object) indicating the successful result,
More information about the bind10-changes
mailing list