diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-12-09 22:42:54 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-12-09 22:42:54 -0800 |
commit | e33daabb8806de494bcaa9adf201025dadf5d102 (patch) | |
tree | 9fcf80078db52fca0bfff84618042414f4f8d4cc /include/grpc++/impl/codegen/server_interface.h | |
parent | 762ce2744c4c3814d537705e8fdfb54f4a64f26a (diff) | |
parent | 48b1558823355016ffc852ca6b97d6b39f4c04eb (diff) |
Merge branch 'master' into reduce_cq
Diffstat (limited to 'include/grpc++/impl/codegen/server_interface.h')
-rw-r--r-- | include/grpc++/impl/codegen/server_interface.h | 2 |
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; |