From 4b046df9a21bccd2d97bfcbfcb5106ce1435f409 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Mon, 8 Jan 2007 11:21:18 +0000 Subject: Qpid-250.diff patch applied. Fixes the build to generate the framing layer from the defintive 0.8 spec in the /specs directory. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494031 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client/Client/AmqChannel.cs | 2 +- dotnet/Qpid.Common/Qpid.Common.csproj | 2 ++ dotnet/Qpid.Common/build.xml | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dotnet/Qpid.Client/Client/AmqChannel.cs b/dotnet/Qpid.Client/Client/AmqChannel.cs index d6557a8ee5..ab598b4b27 100644 --- a/dotnet/Qpid.Client/Client/AmqChannel.cs +++ b/dotnet/Qpid.Client/Client/AmqChannel.cs @@ -756,7 +756,7 @@ namespace Qpid.Client AMQFrame basicConsume = BasicConsumeBody.CreateAMQFrame(_channelId, 0, queueName, tag, noLocal, acknowledgeMode == AcknowledgeMode.NoAcknowledge, - exclusive, true); + exclusive, true, new FieldTable()); _replayFrames.Add(basicConsume); diff --git a/dotnet/Qpid.Common/Qpid.Common.csproj b/dotnet/Qpid.Common/Qpid.Common.csproj index 65d0d87559..0e32e3ba17 100644 --- a/dotnet/Qpid.Common/Qpid.Common.csproj +++ b/dotnet/Qpid.Common/Qpid.Common.csproj @@ -110,6 +110,8 @@ + + diff --git a/dotnet/Qpid.Common/build.xml b/dotnet/Qpid.Common/build.xml index e976859b15..b6a8fb63b9 100644 --- a/dotnet/Qpid.Common/build.xml +++ b/dotnet/Qpid.Common/build.xml @@ -21,8 +21,7 @@ - - + -- cgit v1.2.1