aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/call_hook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/codegen/call_hook.h')
-rw-r--r--include/grpc++/impl/codegen/call_hook.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/call_hook.h b/include/grpc++/impl/codegen/call_hook.h
index 6a8258233d..812c4a91e7 100644
--- a/include/grpc++/impl/codegen/call_hook.h
+++ b/include/grpc++/impl/codegen/call_hook.h
@@ -39,7 +39,8 @@ namespace grpc {
class CallOpSetInterface;
class Call;
-/// Channel and Server implement this to allow them to hook performing ops
+/// An interface that Channel and Server implement to allow them to hook
+/// performing ops
class CallHook {
public:
virtual ~CallHook() {}