Parcourir la source

additional comment about the requirement on the session arg to ModuleCCSession constructor.
from review discussion.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac275@2456 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya il y a 15 ans
Parent
commit
c38bf808d0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/config/ccsession.h

+ 2 - 0
src/lib/config/ccsession.h

@@ -125,6 +125,8 @@ public:
      * 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.