summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs')
-rw-r--r--dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs b/dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs
index e23037d1de..dc72846bbe 100644
--- a/dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs
+++ b/dotnet/Qpid.Client/Client/Transport/AmqpChannel.cs
@@ -21,12 +21,12 @@
using System;
using System.Collections;
using log4net;
-using Qpid.Buffer;
-using Qpid.Codec;
-using Qpid.Codec.Support;
-using Qpid.Framing;
+using Apache.Qpid.Buffer;
+using Apache.Qpid.Codec;
+using Apache.Qpid.Codec.Support;
+using Apache.Qpid.Framing;
-namespace Qpid.Client.Transport
+namespace Apache.Qpid.Client.Transport
{
public class AmqpChannel : IProtocolChannel
{
@@ -108,3 +108,4 @@ namespace Qpid.Client.Transport
}
}
+