BIND 10 trac983, updated. 151ea34890984f1fb2404df848c1dcbf3e61d765 [trac983] documentation cleanup: removed a description of RequestLoader which is not (at least yet) applicable. also added a note about the difference between the C++ doc and the python version derived from it.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 14 08:25:11 UTC 2011
The branch, trac983 has been updated
via 151ea34890984f1fb2404df848c1dcbf3e61d765 (commit)
from 3b4b066b5d1c3726f51e52fee52c317a3ae3f9e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 151ea34890984f1fb2404df848c1dcbf3e61d765
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jul 14 01:24:09 2011 -0700
[trac983] documentation cleanup: removed a description of RequestLoader
which is not (at least yet) applicable. also added a note about the
difference between the C++ doc and the python version derived from it.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/acl/dns_requestloader_inc.cc | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/dns_requestloader_inc.cc b/src/lib/python/isc/acl/dns_requestloader_inc.cc
index e05a580..a911275 100644
--- a/src/lib/python/isc/acl/dns_requestloader_inc.cc
+++ b/src/lib/python/isc/acl/dns_requestloader_inc.cc
@@ -1,13 +1,14 @@
namespace {
+
+// Note: this is derived from the generic Loader class of the C++
+// implementation, but is slightly different from the original.
+// Be careful when you make further merge from the C++ document.
const char* const RequestLoader_doc = "\
Loader of DNS Request ACLs.\n\
\n\
The goal of this class is to convert JSON description of an ACL to\n\
object of the ACL class (including the checks inside it).\n\
\n\
-The class can be used to load the checks only. This is supposed to be\n\
-used by compound checks to create the subexpressions.\n\
-\n\
To allow any kind of checks to exist in the application, creators are\n\
registered for the names of the checks (this feature is not yet\n\
available for the python API).\n\
More information about the bind10-changes
mailing list