aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-12 16:12:36 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-12 16:12:36 -0800
commit555a0e9e77b68a402a2d652bcd2d2003c4de998a (patch)
treefac163e7199fb736d314a9ddbfd69d63b34606a7 /include/grpc++
parentcbcc977857bb81e624b5cbca3c05eb68d9797826 (diff)
parentec3257c120c5c199101ef99cff25cddccabe005e (diff)
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h
index a1ef9268f0..853f19e9b3 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -57,6 +57,7 @@ class Call;
class CallOpBuffer final : public CompletionQueueTag {
public:
CallOpBuffer() : return_tag_(this) {}
+ ~CallOpBuffer();
void Reset(void *next_return_tag);