| Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h
|
| index 9b54e9149e7c2afd1533a90a7b782ff96ae7b3b6..fd41d852741379a3c80454a1514f5c1a57f58dd3 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h
|
| @@ -28,6 +28,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +// Generates C# code for a given .proto file.
|
| +
|
| #ifndef GOOGLE_PROTOBUF_COMPILER_CSHARP_GENERATOR_H__
|
| #define GOOGLE_PROTOBUF_COMPILER_CSHARP_GENERATOR_H__
|
|
|
| @@ -40,6 +42,10 @@ namespace protobuf {
|
| namespace compiler {
|
| namespace csharp {
|
|
|
| +// CodeGenerator implementation which generates a C# source file and
|
| +// header. If you create your own protocol compiler binary and you want
|
| +// it to support C# output, you can do so by registering an instance of this
|
| +// CodeGenerator with the CommandLineInterface in your main() function.
|
| class LIBPROTOC_EXPORT Generator
|
| : public google::protobuf::compiler::CodeGenerator {
|
| virtual bool Generate(
|
|
|