]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2205] clarify the accessibility of DataSrcClientsBuilderBase
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 23:15:10 +0000 (16:15 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 23:15:10 +0000 (16:15 -0700)
src/bin/auth/datasrc_clients_mgr.h

index 7389a6b222b0e91ba88d73ff10d59cb4357929ae..c8191c369162003e2d8db6301383ed988ee5c6dd 100644 (file)
@@ -180,8 +180,9 @@ namespace datasrc_clientmgr_internal {
 /// of specific set of data source clients).  When it receives a SHUTDOWN
 /// command, it exits from the loop, which will terminate the thread.
 ///
-/// This class is a server of \c DataSrcClientsMgr.  Except for tests,
-/// applications should not directly access to this class.
+/// While this class is defined in a publicly visible namespace, it's
+/// essentially private to \c DataSrcClientsMgr.  Except for tests,
+/// applications should not directly access this class.
 ///
 /// This class is templated so that we can test it without involving actual
 /// threads or locks.