diff options
Diffstat (limited to 'dotnet/Qpid.Common/Framing/IBodyFactory.cs')
-rw-r--r-- | dotnet/Qpid.Common/Framing/IBodyFactory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet/Qpid.Common/Framing/IBodyFactory.cs b/dotnet/Qpid.Common/Framing/IBodyFactory.cs index 4f6bc7155e..dd7960ddbe 100644 --- a/dotnet/Qpid.Common/Framing/IBodyFactory.cs +++ b/dotnet/Qpid.Common/Framing/IBodyFactory.cs @@ -18,9 +18,9 @@ * under the License. * */ -using Qpid.Buffer; +using Apache.Qpid.Buffer; -namespace Qpid.Framing +namespace Apache.Qpid.Framing { /// <summary> /// Any class that is capable of turning a stream of bytes into an AMQ structure must implement this interface. |