summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs')
-rw-r--r--dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs b/dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs
index 07784b750c..19da2fceb9 100644
--- a/dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs
+++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/ByteChannel.cs
@@ -20,9 +20,9 @@
*/
using System;
using log4net;
-using Qpid.Buffer;
+using Apache.Qpid.Buffer;
-namespace Qpid.Client.Transport.Socket.Blocking
+namespace Apache.Qpid.Client.Transport.Socket.Blocking
{
class ByteChannel : IByteChannel
{
@@ -60,4 +60,4 @@ namespace Qpid.Client.Transport.Socket.Blocking
processor.Write(buffer);
}
}
-} \ No newline at end of file
+}