aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/server_interface.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-12-05 13:56:29 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-12-05 13:56:29 -0800
commitcbe159925005d6f71e891792d593b51263ac6b76 (patch)
treeef98da31cf38c4b503b688b54accfc705a8b9bfb /include/grpc++/impl/codegen/server_interface.h
parent9c6b5951af903dc0ec18f32fcdc15f85fc55f1e1 (diff)
Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
Diffstat (limited to 'include/grpc++/impl/codegen/server_interface.h')
-rw-r--r--include/grpc++/impl/codegen/server_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h
index 41a64bead0..666b9ff66e 100644
--- a/include/grpc++/impl/codegen/server_interface.h
+++ b/include/grpc++/impl/codegen/server_interface.h
@@ -140,7 +140,7 @@ class ServerInterface : public CallHook {
ServerAsyncStreamingInterface* stream,
CompletionQueue* call_cq, void* tag,
bool delete_on_finalize);
- virtual ~BaseAsyncRequest() {}
+ virtual ~BaseAsyncRequest();
bool FinalizeResult(void** tag, bool* status) override;