Browse Source

[2205] clarify the accessibility of DataSrcClientsBuilderBase

JINMEI Tatuya 12 years ago
parent
commit
f34ff8e2e6
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/auth/datasrc_clients_mgr.h

+ 3 - 2
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.