From: JINMEI Tatuya Date: Wed, 17 Oct 2012 23:15:10 +0000 (-0700) Subject: [2205] clarify the accessibility of DataSrcClientsBuilderBase X-Git-Tag: trac2402_base~15^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f34ff8e2e66798f4dc2fc63d1aeb4c198431beb1;p=thirdparty%2Fkea.git [2205] clarify the accessibility of DataSrcClientsBuilderBase --- diff --git a/src/bin/auth/datasrc_clients_mgr.h b/src/bin/auth/datasrc_clients_mgr.h index 7389a6b222..c8191c3691 100644 --- a/src/bin/auth/datasrc_clients_mgr.h +++ b/src/bin/auth/datasrc_clients_mgr.h @@ -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.