aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server_context.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-12 17:32:57 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-12 17:32:57 -0800
commitc645306b64c96d51c4d9104711e8eae9020e7354 (patch)
tree3b3212967d349fbce0ae08ee7494d363818d18ed /include/grpc++/server_context.h
parent0d1f67f4e5476dd6f67a3fa2a0d7f2c25af93724 (diff)
Fixes
Diffstat (limited to 'include/grpc++/server_context.h')
-rw-r--r--include/grpc++/server_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grpc++/server_context.h b/include/grpc++/server_context.h
index fcca85594a..64091a4505 100644
--- a/include/grpc++/server_context.h
+++ b/include/grpc++/server_context.h
@@ -49,6 +49,8 @@ template <class R>
class ServerAsyncReader;
template <class W>
class ServerAsyncWriter;
+template <class W>
+class ServerAsyncResponseWriter;
template <class R, class W>
class ServerAsyncReaderWriter;
template <class R>
@@ -80,6 +82,8 @@ class ServerContext final {
friend class ::grpc::ServerAsyncReader;
template <class W>
friend class ::grpc::ServerAsyncWriter;
+ template <class W>
+ friend class ::grpc::ServerAsyncResponseWriter;
template <class R, class W>
friend class ::grpc::ServerAsyncReaderWriter;
template <class R>