aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/call_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpcpp/impl/codegen/call_wrapper.h')
-rw-r--r--include/grpcpp/impl/codegen/call_wrapper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/grpcpp/impl/codegen/call_wrapper.h b/include/grpcpp/impl/codegen/call_wrapper.h
index 42216f9b6e..675e36feb9 100644
--- a/include/grpcpp/impl/codegen/call_wrapper.h
+++ b/include/grpcpp/impl/codegen/call_wrapper.h
@@ -29,6 +29,7 @@ class ServerRpcInfo;
} // namespace experimental
namespace internal {
class CallHook;
+class CallOpSetInterface;
/// Straightforward wrapping of the C call object
class Call final {
@@ -61,9 +62,7 @@ class Call final {
max_receive_message_size_(max_receive_message_size),
server_rpc_info_(rpc_info) {}
- void PerformOps(CallOpSetInterface* ops) {
- call_hook_->PerformOpsOnCall(ops, this);
- }
+ void PerformOps(CallOpSetInterface* ops);
grpc_call* call() const { return call_; }
CompletionQueue* cq() const { return cq_; }