Skip to content

Commit

Permalink
Post csharp landing fixup.
Browse files Browse the repository at this point in the history
Re-add the objc prefix that got removed by accident.
Regenerate the generated descriptors (C++ and ObjC).
  • Loading branch information
thomasvl committed May 18, 2015
1 parent 17ca0fe commit ffa2e37
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
5 changes: 5 additions & 0 deletions objectivec/google/protobuf/Descriptor.pbobjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions objectivec/google/protobuf/Descriptor.pbobjc.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/google/protobuf/any.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/google/protobuf/duration.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/google/protobuf/duration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ option java_multiple_files = true;
option java_outer_classname = "DurationProto";
option java_package = "com.google.protobuf";
option csharp_namespace = "Google.ProtocolBuffers";
option objc_class_prefix = "GPB";

// A Duration represents a signed, fixed-length span of time represented
// as a count of seconds and fractions of seconds at nanosecond
Expand Down
4 changes: 2 additions & 2 deletions src/google/protobuf/field_mask.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/google/protobuf/struct.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/google/protobuf/timestamp.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/google/protobuf/wrappers.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffa2e37

Please sign in to comment.