aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-09-12 11:28:42 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-09-12 11:28:42 -0700
commit330848f54221160b6a996cf19e8bc2c3ee566e45 (patch)
tree409562f6b0ab8a9045eb15553982213463fad52b /test/cpp
parent38b1287d2d546f43f09a8dd92e6f3d2f372f5898 (diff)
Add header guard
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/util/service_describer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cpp/util/service_describer.h b/test/cpp/util/service_describer.h
index 05de5fe074..02c58e84c4 100644
--- a/test/cpp/util/service_describer.h
+++ b/test/cpp/util/service_describer.h
@@ -31,6 +31,9 @@
*
*/
+#ifndef GRPC_TEST_CPP_UTIL_SERVICE_DESCRIBER_H
+#define GRPC_TEST_CPP_UTIL_SERVICE_DESCRIBER_H
+
#include <grpc++/support/config.h>
#include "test/cpp/util/config_grpc_cli.h"
@@ -50,3 +53,5 @@ grpc::string SummarizeMethod(const grpc::protobuf::MethodDescriptor* method);
} // namespase testing
} // namespace grpc
+
+#endif // GRPC_TEST_CPP_UTIL_SERVICE_DESCRIBER_H