aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-07-14 11:38:06 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-07-14 11:38:06 +0100
commit1660c5631e798883139996ea10cba5e602779578 (patch)
treebf993b4a81d2e2f8d550a9ddb4d2a70ec80ab2d1
parent9c888fa3a284d329560348325ceb7f88e565ce3c (diff)
Changing reflection namespace (part 4)
Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs1
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs2
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs1
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs2
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs1
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs2
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs1
-rw-r--r--csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs1
8 files changed, 0 insertions, 11 deletions
diff --git a/csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs
index eca85a06..bf8f8c83 100644
--- a/csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs
@@ -31,7 +31,6 @@
#endregion
using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
diff --git a/csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs
index 9c225676..29833c4a 100644
--- a/csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs
@@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
-using Google.Protobuf.DescriptorProtos;
-
namespace Google.Protobuf.Reflection
{
/// <summary>
diff --git a/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
index 99f85517..3d9d0d75 100644
--- a/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
@@ -31,7 +31,6 @@
#endregion
using System;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
diff --git a/csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs
index 7738e3b9..db393480 100644
--- a/csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs
@@ -33,8 +33,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
-using Google.Protobuf.DescriptorProtos;
-using FileOptions = Google.Protobuf.DescriptorProtos.FileOptions;
namespace Google.Protobuf.Reflection
{
diff --git a/csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs
index 2bb4fbed..b6351d36 100644
--- a/csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs
@@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
diff --git a/csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs
index 03aba5a1..0c9c6949 100644
--- a/csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs
@@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
-using Google.Protobuf.DescriptorProtos;
-
namespace Google.Protobuf.Reflection
{
/// <summary>
diff --git a/csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs
index 94033c7e..e92dc8bb 100644
--- a/csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs
@@ -32,7 +32,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
diff --git a/csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs b/csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs
index 75925eb3..cc0a5010 100644
--- a/csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs
@@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
-using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{