Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f34ff8e2
Commit
f34ff8e2
authored
Oct 17, 2012
by
JINMEI Tatuya
Browse files
[2205] clarify the accessibility of DataSrcClientsBuilderBase
parent
d5afffd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/datasrc_clients_mgr.h
View file @
f34ff8e2
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment