| Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
|
| index 2e7345812128c8fe10116403d48ef13b36f520e4..c741080ed885b520ae0875ec1da57691131310b4 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
|
| @@ -50,6 +50,8 @@ class SourceGeneratorBase {
|
| std::string class_access_level();
|
| const Options* options();
|
|
|
| + // Write any attributes used to decorate generated function members (methods and properties).
|
| + // Should not be used to decorate types.
|
| void WriteGeneratedCodeAttributes(io::Printer* printer);
|
|
|
| private:
|
|
|