diff options
author | Makarand Dharmapurikar <makarandd@google.com> | 2016-07-08 15:03:20 -0700 |
---|---|---|
committer | Makarand Dharmapurikar <makarandd@google.com> | 2016-07-08 15:03:20 -0700 |
commit | 77f8da22eefedbb49c13a414ab3ff748137e93d5 (patch) | |
tree | 3612037373f50f8805eca0ea8760d0329a612c66 /src | |
parent | 86202529a81ce45a1da160ef1dcc58540785d4b2 (diff) |
added a comment just to retrigger tests
Diffstat (limited to 'src')
-rw-r--r-- | src/compiler/objective_c_plugin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc index 5026088db1..be64776402 100644 --- a/src/compiler/objective_c_plugin.cc +++ b/src/compiler/objective_c_plugin.cc @@ -81,6 +81,7 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator { if (IsProtobufLibraryBundledProtoFile(dependency)) { ::grpc::string base_name = header; grpc_generator::StripPrefix(&base_name, "google/protobuf/"); + // create the import code snippet proto_imports += "#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS\n" " #import <" + ::grpc::string(ProtobufLibraryFrameworkName) + |