aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-17 19:01:03 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-17 19:01:03 -0700
commit50c5511a9bcd7f4cf469078cfdeffb7fdf753860 (patch)
treecbb4c87d4d1626c08bada171f9a18da609784900 /test/cpp/interop/interop_client.h
parent377bfdef920ef36ab53f409f7037f3f683020f9f (diff)
parentb6163dfb4af3bf11df6cf3f051015ec3ee4a0f68 (diff)
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index ea44986fbc..eb886fcb7e 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -45,9 +45,9 @@ namespace grpc {
namespace testing {
// Function pointer for custom checks.
-using CheckerFn =
- std::function<void(const InteropClientContextInspector&,
- const SimpleRequest*, const SimpleResponse*)>;
+typedef std::function<void(const InteropClientContextInspector&,
+ const SimpleRequest*, const SimpleResponse*)>
+ CheckerFn;
class InteropClient {
public: