diff options
author | Yang Gao <yangg@google.com> | 2015-02-12 16:12:36 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-02-12 16:12:36 -0800 |
commit | 555a0e9e77b68a402a2d652bcd2d2003c4de998a (patch) | |
tree | fac163e7199fb736d314a9ddbfd69d63b34606a7 /include/grpc++ | |
parent | cbcc977857bb81e624b5cbca3c05eb68d9797826 (diff) | |
parent | ec3257c120c5c199101ef99cff25cddccabe005e (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.h | 1 |
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); |