aboutsummaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-01-16 18:06:56 +0000
committerJon Skeet <skeet@pobox.com>2009-01-16 18:06:56 +0000
commita3767341157a34f595b9cf4b315cc756ce338023 (patch)
tree4cc2bb74fda1f43ca907d8bc5da4f86ece08fb14 /protos
parent79c72a993097ae7465d590dbce55effcc33d1daa (diff)
downloadprotobuf-a3767341157a34f595b9cf4b315cc756ce338023.tar.gz
protobuf-a3767341157a34f595b9cf4b315cc756ce338023.tar.bz2
protobuf-a3767341157a34f595b9cf4b315cc756ce338023.zip
Changed benchmark namespace and fixed enum issue
Diffstat (limited to 'protos')
-rw-r--r--protos/google/protobuf/benchmark.proto2
-rw-r--r--protos/google/protobuf/benchmark_speed.proto2
2 files changed, 2 insertions, 2 deletions
diff --git a/protos/google/protobuf/benchmark.proto b/protos/google/protobuf/benchmark.proto
index 6f84424e..bb4490c4 100644
--- a/protos/google/protobuf/benchmark.proto
+++ b/protos/google/protobuf/benchmark.proto
@@ -1,5 +1,5 @@
import "google/protobuf/csharp_options.proto";
-option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.BenchmarkProtos";
+option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.ProtoBench";
option (google.protobuf.csharp_file_options).umbrella_classname = "BenchmarkProtoFile";
package proto2.benchmark.v2_api;
diff --git a/protos/google/protobuf/benchmark_speed.proto b/protos/google/protobuf/benchmark_speed.proto
index 9869a06a..42e1c258 100644
--- a/protos/google/protobuf/benchmark_speed.proto
+++ b/protos/google/protobuf/benchmark_speed.proto
@@ -1,5 +1,5 @@
import "google/protobuf/csharp_options.proto";
-option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.BenchmarkProtos";
+option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.ProtoBench";
option (google.protobuf.csharp_file_options).umbrella_classname = "BenchmarkSpeedProtoFile";
package proto2.benchmark.v2_api;