aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-12 16:44:00 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-12 16:44:00 -0800
commit31150f01db50241ee29cce5966a7dcfcf981ec0b (patch)
tree5f01130f430764d57670ccfe49395a41241812ce /include/grpc++/completion_queue.h
parent555a0e9e77b68a402a2d652bcd2d2003c4de998a (diff)
implement async unary call
Diffstat (limited to 'include/grpc++/completion_queue.h')
-rw-r--r--include/grpc++/completion_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/completion_queue.h b/include/grpc++/completion_queue.h
index 3e68cf3776..80874cd1e6 100644
--- a/include/grpc++/completion_queue.h
+++ b/include/grpc++/completion_queue.h
@@ -58,6 +58,7 @@ class Server;
class CompletionQueueTag {
public:
+ virtual ~CompletionQueueTag() {}
// Called prior to returning from Next(), return value
// is the status of the operation (return status is the default thing
// to do)