Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1056)

Unified Diff: src/google/protobuf/compiler/plugin.pb.h

Issue 4077052: Implement generated visitor classes in C++. Base URL: http://protobuf.googlecode.com/svn/trunk/
Patch Set: Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/google/protobuf/compiler/plugin.pb.h
===================================================================
--- src/google/protobuf/compiler/plugin.pb.h (revision 374)
+++ src/google/protobuf/compiler/plugin.pb.h (working copy)
@@ -155,6 +155,7 @@
void InitAsDefaultInstance();
static CodeGeneratorRequest* default_instance_;
};
+
// -------------------------------------------------------------------
class LIBPROTOC_EXPORT CodeGeneratorResponse_File : public ::google::protobuf::Message {
@@ -269,6 +270,7 @@
void InitAsDefaultInstance();
static CodeGeneratorResponse_File* default_instance_;
};
+
// -------------------------------------------------------------------
class LIBPROTOC_EXPORT CodeGeneratorResponse : public ::google::protobuf::Message {
@@ -370,6 +372,7 @@
void InitAsDefaultInstance();
static CodeGeneratorResponse* default_instance_;
};
+
// ===================================================================

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b