aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/generic
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
committerGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
commit9fb35a53320a7b958739ce01ed50de087e6c5ee9 (patch)
treeb9dee466644c19f917142e24798bd6c033db2176 /include/grpc++/generic
parent9e2f90cd068b4c2a8fdec69ca93ca614d35cba28 (diff)
split stream.h into sync_stream.h and async_stream.h
Diffstat (limited to 'include/grpc++/generic')
-rw-r--r--include/grpc++/generic/async_generic_service.h2
-rw-r--r--include/grpc++/generic/generic_stub.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/generic/async_generic_service.h b/include/grpc++/generic/async_generic_service.h
index 35bc945824..8578d850ff 100644
--- a/include/grpc++/generic/async_generic_service.h
+++ b/include/grpc++/generic/async_generic_service.h
@@ -35,7 +35,7 @@
#define GRPCXX_GENERIC_ASYNC_GENERIC_SERVICE_H
#include <grpc++/support/byte_buffer.h>
-#include <grpc++/support/stream.h>
+#include <grpc++/support/async_stream.h>
struct grpc_server;
diff --git a/include/grpc++/generic/generic_stub.h b/include/grpc++/generic/generic_stub.h
index 08ed77aefb..1bb7900b06 100644
--- a/include/grpc++/generic/generic_stub.h
+++ b/include/grpc++/generic/generic_stub.h
@@ -34,8 +34,8 @@
#ifndef GRPCXX_GENERIC_GENERIC_STUB_H
#define GRPCXX_GENERIC_GENERIC_STUB_H
+#include <grpc++/support/async_stream.h>
#include <grpc++/support/byte_buffer.h>
-#include <grpc++/support/stream.h>
namespace grpc {