aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/map_proto2_unittest.proto
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-05-06 15:25:03 +0100
committerJon Skeet <jonskeet@google.com>2015-05-06 19:07:14 +0100
commit7879f82ddceb76c2b6710e240a91f0eabf494c33 (patch)
tree208562e7acec9a9456560f0756d87bbbc7c56dd4 /src/google/protobuf/map_proto2_unittest.proto
parente0afc0028f88c2e1e8ac5a053717cd3e0c8cc9cb (diff)
downloadprotobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.tar.gz
protobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.tar.bz2
protobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.zip
Add C# namespace to .proto files (e.g. descriptors, unit tests)
Diffstat (limited to 'src/google/protobuf/map_proto2_unittest.proto')
-rw-r--r--src/google/protobuf/map_proto2_unittest.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/map_proto2_unittest.proto b/src/google/protobuf/map_proto2_unittest.proto
index 3d4af28e..04ca6170 100644
--- a/src/google/protobuf/map_proto2_unittest.proto
+++ b/src/google/protobuf/map_proto2_unittest.proto
@@ -36,6 +36,8 @@ syntax = "proto2";
// In map_test_util.h we do "using namespace unittest = protobuf_unittest".
package protobuf_unittest;
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
+
enum Proto2MapEnum {
PROTO2_MAP_ENUM_FOO = 0;
PROTO2_MAP_ENUM_BAR = 1;