aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/call_op_set.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 16:52:18 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 16:52:18 -0700
commit005eb292989fb9d1fb7aee8dfca2e7ac31cfa02f (patch)
treebb4bf0381749ae157b9a06ffcb828bb45dd58017 /include/grpcpp/impl/codegen/call_op_set.h
parent1ea195b6f327136a86d80dd84c4bd85273894357 (diff)
Missed reviewer comments
Diffstat (limited to 'include/grpcpp/impl/codegen/call_op_set.h')
-rw-r--r--include/grpcpp/impl/codegen/call_op_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpcpp/impl/codegen/call_op_set.h b/include/grpcpp/impl/codegen/call_op_set.h
index 98eb586065..785688e67f 100644
--- a/include/grpcpp/impl/codegen/call_op_set.h
+++ b/include/grpcpp/impl/codegen/call_op_set.h
@@ -772,8 +772,8 @@ class CallOpSet : public CallOpSetInterface,
public:
CallOpSet() : cq_tag_(this), return_tag_(this) {}
// The copy constructor and assignment operator reset the value of
- // cq_tag_ and return_tag_ since those are only meaningful on a specific
- // object, not across objects.
+ // cq_tag_, return_tag_, done_intercepting_ and interceptor_methods_ since
+ // those are only meaningful on a specific object, not across objects.
CallOpSet(const CallOpSet& other)
: cq_tag_(this),
return_tag_(this),