aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server_context.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-13 10:22:33 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-13 10:22:33 -0800
commit005f18a6a1b2f52ba841d885f93bc2250c8683fa (patch)
tree5a04f9b5944d66d8672dcd0d41c458478a5b48fb /include/grpc++/server_context.h
parentc05b6cb89d09a326a3a63e83e8399cc38e93a007 (diff)
change ServerAsyncReader API and add a simple clientstreaming test, it passes
Diffstat (limited to 'include/grpc++/server_context.h')
-rw-r--r--include/grpc++/server_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server_context.h b/include/grpc++/server_context.h
index 64091a4505..423ebf2337 100644
--- a/include/grpc++/server_context.h
+++ b/include/grpc++/server_context.h
@@ -45,7 +45,7 @@ struct grpc_call;
namespace grpc {
-template <class R>
+template <class W, class R>
class ServerAsyncReader;
template <class W>
class ServerAsyncWriter;