aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-10 17:01:26 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-10 17:01:26 -0800
commitf3ed2bf8ca73d7abece4060497d0e1e72ab6ff16 (patch)
treeec10c44f626fa8bbc74e0eabc00f14c24dabd8bc /test/cpp/interop/interop_client.h
parent296c7bb8fa9711f580a01a7d61482f8240cba55d (diff)
Fix interop
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index 7ec7ebee20..74f4db6b78 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -107,6 +107,7 @@ class InteropClient {
private:
std::unique_ptr<TestService::Stub> stub_;
+ std::unique_ptr<UnimplementedService::Stub> unimplemented_service_stub_;
std::shared_ptr<Channel> channel_;
bool new_stub_every_call_; // If true, a new stub is returned by every
// Get() call