aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/call.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-08-24 14:33:39 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-08-24 14:33:39 -0700
commit0660eaca008c3c4ee8291e9de1b53a1d9ba35185 (patch)
tree22531a98c412be57964efbc9d4f9c783fb8fc6b8 /include/grpc++/impl/call.h
parente8a7e30a751a9ba0aca79e4fa3b0fcd51d98c4e0 (diff)
parentddb0b8c4956b986a26cbbcabd4c4d81b9391770d (diff)
Merge branch 'master' into fray
Diffstat (limited to 'include/grpc++/impl/call.h')
-rw-r--r--include/grpc++/impl/call.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h
index bc1db4c12c..35338a413e 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -541,8 +541,7 @@ class CallOpSet : public CallOpSetInterface,
template <class Op1 = CallNoOp<1>, class Op2 = CallNoOp<2>,
class Op3 = CallNoOp<3>, class Op4 = CallNoOp<4>,
class Op5 = CallNoOp<5>, class Op6 = CallNoOp<6>>
-class SneakyCallOpSet GRPC_FINAL
- : public CallOpSet<Op1, Op2, Op3, Op4, Op5, Op6> {
+class SneakyCallOpSet : public CallOpSet<Op1, Op2, Op3, Op4, Op5, Op6> {
public:
bool FinalizeResult(void** tag, bool* status) GRPC_OVERRIDE {
typedef CallOpSet<Op1, Op2, Op3, Op4, Op5, Op6> Base;