diff options
author | Yuchen Zeng <zyc@google.com> | 2016-09-22 20:56:46 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-09-22 20:56:46 -0700 |
commit | 27e96f9beb04084686b179ee65503d6a7f8ad1b7 (patch) | |
tree | e53b824df3cdc817652e3e28116b1d215072ae46 /include | |
parent | d53957cf4e3924d2abd201fa60ba1e2ae9ba2526 (diff) |
Add comments about how to re-generate reflection proto files
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/ext/reflection.grpc.pb.h | 2 | ||||
-rw-r--r-- | include/grpc++/ext/reflection.pb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/ext/reflection.grpc.pb.h b/include/grpc++/ext/reflection.grpc.pb.h index 064117e303..f95ffd6a35 100644 --- a/include/grpc++/ext/reflection.grpc.pb.h +++ b/include/grpc++/ext/reflection.grpc.pb.h @@ -32,7 +32,7 @@ */ -// Generated by the gRPC protobuf plugin. +// Generated by tools/codegen/extensions/gen_refelction_proto.sh // If you make any local change, they will be lost. // source: reflection.proto // Original file comments: diff --git a/include/grpc++/ext/reflection.pb.h b/include/grpc++/ext/reflection.pb.h index bdb86197d0..5821b0d5ae 100644 --- a/include/grpc++/ext/reflection.pb.h +++ b/include/grpc++/ext/reflection.pb.h @@ -32,7 +32,7 @@ */ -// Generated by the protocol buffer compiler. DO NOT EDIT! +// Generated by tools/codegen/extensions/gen_refelction_proto.sh // source: reflection.proto #ifndef PROTOBUF_reflection_2eproto__INCLUDED |