Skip to content
Snippets Groups Projects
Commit 330848f5 authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Add header guard

parent 38b1287d
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ ...@@ -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 <grpc++/support/config.h>
#include "test/cpp/util/config_grpc_cli.h" #include "test/cpp/util/config_grpc_cli.h"
...@@ -50,3 +53,5 @@ grpc::string SummarizeMethod(const grpc::protobuf::MethodDescriptor* method); ...@@ -50,3 +53,5 @@ grpc::string SummarizeMethod(const grpc::protobuf::MethodDescriptor* method);
} // namespase testing } // namespase testing
} // namespace grpc } // namespace grpc
#endif // GRPC_TEST_CPP_UTIL_SERVICE_DESCRIBER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment