[svn] commit: r2456 - /branches/trac275/src/lib/config/ccsession.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 9 18:32:01 UTC 2010
Author: jinmei
Date: Fri Jul 9 18:32:01 2010
New Revision: 2456
Log:
additional comment about the requirement on the session arg to ModuleCCSession constructor.
from review discussion.
Modified:
branches/trac275/src/lib/config/ccsession.h
Modified: branches/trac275/src/lib/config/ccsession.h
==============================================================================
--- branches/trac275/src/lib/config/ccsession.h (original)
+++ branches/trac275/src/lib/config/ccsession.h Fri Jul 9 18:32:01 2010
@@ -125,6 +125,8 @@
* configuration of the local module needs to be updated.
* This must refer to a valid object of a concrete derived class of
* AbstractSession without establishing the session.
+ * Note: the design decision on who is responsible for establishing the
+ * session is in flux, and may change in near future.
* @param command_handler A callback function pointer to be called when
* a control command from a remote agent needs to be performed on the
* local module.
More information about the bind10-changes
mailing list