diff options
Diffstat (limited to 'qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs')
| -rw-r--r-- | qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs b/qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs index 29ec46c0fb..82889c23c8 100644 --- a/qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs +++ b/qpid/dotnet/Qpid.Common/Framing/ContentHeaderBody.cs @@ -19,9 +19,9 @@ * */ using System; -using Qpid.Buffer; +using Apache.Qpid.Buffer; -namespace Qpid.Framing +namespace Apache.Qpid.Framing { public class ContentHeaderBody : IBody { |
