aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/proto_reflection_descriptor_database.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-06 10:58:06 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-06 10:58:29 -0700
commit1495cb5b249e92ab20d1d7e63b0e627bd7cf2b4c (patch)
treef336210594c30393820b7d6775d4760ceac2494c /test/cpp/util/proto_reflection_descriptor_database.h
parentc8074527b2c98e132061f79b48f06f0c5154b9fb (diff)
Addressed reveiw comments about naming
Diffstat (limited to 'test/cpp/util/proto_reflection_descriptor_database.h')
-rw-r--r--test/cpp/util/proto_reflection_descriptor_database.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/util/proto_reflection_descriptor_database.h b/test/cpp/util/proto_reflection_descriptor_database.h
index c6f7b5f046..7656a496c2 100644
--- a/test/cpp/util/proto_reflection_descriptor_database.h
+++ b/test/cpp/util/proto_reflection_descriptor_database.h
@@ -91,6 +91,10 @@ class ProtoReflectionDescriptorDatabase
const std::shared_ptr<ClientStream> GetStream();
+ void DoOneRequest(
+ const grpc::reflection::v1alpha::ServerReflectionRequest& request,
+ grpc::reflection::v1alpha::ServerReflectionResponse& response);
+
std::shared_ptr<ClientStream> stream_;
grpc::ClientContext ctx_;
std::unique_ptr<grpc::reflection::v1alpha::ServerReflection::Stub> stub_;