aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.h
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-11-30 10:26:31 -0800
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-11-30 10:26:31 -0800
commit4a6e16532834bc8c80f248da27b6d1447563f939 (patch)
treed2b23983c9c3b24b7761fd4b51044b1692252442 /test/cpp/end2end/test_service_impl.h
parent470ea1784329ec5637b41455a8dbd2ea2b811b58 (diff)
Add service definition to sync server
Diffstat (limited to 'test/cpp/end2end/test_service_impl.h')
-rw-r--r--test/cpp/end2end/test_service_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/end2end/test_service_impl.h b/test/cpp/end2end/test_service_impl.h
index 124d5e512b..2c63aa4dab 100644
--- a/test/cpp/end2end/test_service_impl.h
+++ b/test/cpp/end2end/test_service_impl.h
@@ -55,6 +55,10 @@ class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
Status Echo(ServerContext* context, const EchoRequest* request,
EchoResponse* response) override;
+ Status CheckClientInitialMetadata(
+ ServerContext* context, const SimpleRequest* request,
+ SimpleResponse* response) override;
+
// Unimplemented is left unimplemented to test the returned error.
Status RequestStream(ServerContext* context,