summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/callout_handle.h
diff options
context:
space:
mode:
authorStephen Morris <stephen@isc.org>2013-07-02 14:41:26 +0200
committerStephen Morris <stephen@isc.org>2013-07-02 14:41:26 +0200
commit57a25a015e23dca348c1e1a3c5821d64981277b1 (patch)
tree72dddf66ffc67a38aa0bf6e42c5baa58487db1d5 /src/lib/hooks/callout_handle.h
parent[2980] Merge branch 'trac2980' of ssh://git.bind10.isc.org/var/bind10/git/bin... (diff)
downloadkea-57a25a015e23dca348c1e1a3c5821d64981277b1.tar.xz
kea-57a25a015e23dca348c1e1a3c5821d64981277b1.zip
[2980] Changes as a result for the first part of the review
Diffstat (limited to 'src/lib/hooks/callout_handle.h')
-rw-r--r--src/lib/hooks/callout_handle.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/hooks/callout_handle.h b/src/lib/hooks/callout_handle.h
index 36a90f8689..ccd49402dc 100644
--- a/src/lib/hooks/callout_handle.h
+++ b/src/lib/hooks/callout_handle.h
@@ -80,11 +80,11 @@ class LibraryManagerCollection;
/// "context_destroy" callout. The information is accessed through the
/// {get,set}Context() methods.
///
-/// - Per-library handle. Allows the callout to dynamically register and
-/// deregister callouts. (In the latter case, only functions registered by
-/// functions in the same library as the callout doing the deregistration
-/// can be removed: callouts registered by other libraries cannot be
-/// modified.)
+/// - Per-library handle (LibraryHandle). The library handle allows the
+/// callout to dynamically register and deregister callouts. In the latter
+/// case, only functions registered by functions in the same library as the
+/// callout doing the deregistration can be removed: callouts registered by
+/// other libraries cannot be modified.
class CalloutHandle {
public: