aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-10-13 11:04:35 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-10-13 11:04:57 -0700
commit61536a737176e5429b0b1f336e054f9743a03b91 (patch)
tree487df30a916f0f71de390cdbaded8d1eaa2e8bef /include
parent22fcbf966324724e5a9224b073de5efd5fcf471f (diff)
Making split streaming testable
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/codegen/method_handler_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/method_handler_impl.h b/include/grpc++/impl/codegen/method_handler_impl.h
index 8f417f671a..bb992f0e18 100644
--- a/include/grpc++/impl/codegen/method_handler_impl.h
+++ b/include/grpc++/impl/codegen/method_handler_impl.h
@@ -243,8 +243,7 @@ class SplitServerStreamingHandler
public:
explicit SplitServerStreamingHandler(
std::function<Status(ServerContext*,
- SplitServerStreamingHandler<RequestType,
- ResponseType>*)>
+ ServerSplitStreamer<RequestType, ResponseType>*)>
func)
: TemplatedBidiStreamingHandler<
ServerSplitStreamer<RequestType, ResponseType>, false>(func) {}