aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/empty.proto
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-14 14:26:31 +0100
committerJon Skeet <jonskeet@google.com>2015-07-14 14:26:31 +0100
commit739d13d5d1f93e8bf8770081d1500372758fffa1 (patch)
tree2555c21a1eb6b78575aa3e16195a597addeda05b /src/google/protobuf/empty.proto
parent1660c5631e798883139996ea10cba5e602779578 (diff)
downloadprotobuf-739d13d5d1f93e8bf8770081d1500372758fffa1.tar.gz
protobuf-739d13d5d1f93e8bf8770081d1500372758fffa1.tar.bz2
protobuf-739d13d5d1f93e8bf8770081d1500372758fffa1.zip
Generate the well-known types in C#
This involves: - Specifying a namespace in each proto (including ones we'd previously missed) - Updating the generation script - Changing codegen to implement IReflectedMessage.Fields explicitly (a good thing anyway) - Changing reflection tests to take account of the explicit interface implementation Non-generated code in this commit; generated code to follow
Diffstat (limited to 'src/google/protobuf/empty.proto')
-rw-r--r--src/google/protobuf/empty.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/empty.proto b/src/google/protobuf/empty.proto
index 94df0397..363ec175 100644
--- a/src/google/protobuf/empty.proto
+++ b/src/google/protobuf/empty.proto
@@ -34,6 +34,7 @@ package google.protobuf;
option java_multiple_files = true;
option java_outer_classname = "EmptyProto";
option java_package = "com.google.protobuf";
+option csharp_namespace = "Google.Protobuf.WellKnownTypes";
option objc_class_prefix = "GPB";