aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/intercepted_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpcpp/impl/codegen/intercepted_channel.h')
-rw-r--r--include/grpcpp/impl/codegen/intercepted_channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/intercepted_channel.h b/include/grpcpp/impl/codegen/intercepted_channel.h
index 545ad1d965..91d9cd84e3 100644
--- a/include/grpcpp/impl/codegen/intercepted_channel.h
+++ b/include/grpcpp/impl/codegen/intercepted_channel.h
@@ -43,7 +43,9 @@ class InterceptedChannel : public ChannelInterface {
internal::Call CreateCall(const internal::RpcMethod& method,
ClientContext* context,
- CompletionQueue* cq) override;
+ CompletionQueue* cq) override {
+ return channel_->CreateCallInternal(method, context, cq, interceptor_pos_);
+ }
void PerformOpsOnCall(internal::CallOpSetInterface* ops,
internal::Call* call) override {