summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs')
-rw-r--r--dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs
index d65b5e9e6a..badaa48111 100644
--- a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs
+++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketProcessor.cs
@@ -22,10 +22,10 @@ using System;
using System.Net;
using System.Net.Sockets;
using log4net;
-using Qpid.Buffer;
-using Qpid.Client.Protocol;
+using Apache.Qpid.Buffer;
+using Apache.Qpid.Client.Protocol;
-namespace Qpid.Client.Transport.Socket.Blocking
+namespace Apache.Qpid.Client.Transport.Socket.Blocking
{
class BlockingSocketProcessor : IConnectionCloser
{
@@ -114,3 +114,4 @@ namespace Qpid.Client.Transport.Socket.Blocking
}
}
+