diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-07-27 13:33:50 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-07-27 13:33:50 +0000 |
| commit | fd8a33315d5dec0f1682a276d18dded1b8699af2 (patch) | |
| tree | 43e190119c715134284c23419e30ad3d71cac7e2 /dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs | |
| parent | 0cc4edff8cca6c7a8d50ee57ac08bb4ca9d5428d (diff) | |
| download | qpid-python-fd8a33315d5dec0f1682a276d18dded1b8699af2.tar.gz | |
Converted namespaces from Qpid.* to Apache.Qpid.*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs')
| -rw-r--r-- | dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs b/dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs index 1c1080bdcb..7867650e50 100644 --- a/dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs +++ b/dotnet/Qpid.Common/Framing/AMQDataBlockDecoder.cs @@ -21,11 +21,11 @@ using System; using System.Collections; using log4net; -using Qpid.Buffer; -using Qpid.Codec; -using Qpid.Codec.Demux; +using Apache.Qpid.Buffer; +using Apache.Qpid.Codec; +using Apache.Qpid.Codec.Demux; -namespace Qpid.Framing +namespace Apache.Qpid.Framing { public class AMQDataBlockDecoder : IMessageDecoder { |
