diff options
Diffstat (limited to 'include/grpc++/impl/codegen/server_interface.h')
-rw-r--r-- | include/grpc++/impl/codegen/server_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h index 8f7ce7b501..99d177c03d 100644 --- a/include/grpc++/impl/codegen/server_interface.h +++ b/include/grpc++/impl/codegen/server_interface.h @@ -54,6 +54,8 @@ class ThreadPoolInterface; /// Servers are configured and started via \a grpc::ServerBuilder. class ServerInterface : public CallHook { public: + virtual ~ServerInterface() {} + /// Shutdown the server, blocking until all rpc processing finishes. /// Forcefully terminate pending calls after \a deadline expires. /// |