You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2007/01/08 12:21:19 UTC

svn commit: r494031 - in /incubator/qpid/trunk/qpid/dotnet: Qpid.Client/Client/AmqChannel.cs Qpid.Common/Qpid.Common.csproj Qpid.Common/build.xml

Author: rgreig
Date: Mon Jan  8 03:21:18 2007
New Revision: 494031

URL: http://svn.apache.org/viewvc?view=rev&rev=494031
Log:
Qpid-250.diff patch applied. Fixes the build to generate the framing layer from the defintive 0.8 spec in the /specs directory.

Modified:
    incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/AmqChannel.cs
    incubator/qpid/trunk/qpid/dotnet/Qpid.Common/Qpid.Common.csproj
    incubator/qpid/trunk/qpid/dotnet/Qpid.Common/build.xml

Modified: incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/AmqChannel.cs
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/AmqChannel.cs?view=diff&rev=494031&r1=494030&r2=494031
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/AmqChannel.cs (original)
+++ incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/AmqChannel.cs Mon Jan  8 03:21:18 2007
@@ -756,7 +756,7 @@
             AMQFrame basicConsume = BasicConsumeBody.CreateAMQFrame(_channelId, 0,
                                                                   queueName, tag, noLocal,
                                                                   acknowledgeMode == AcknowledgeMode.NoAcknowledge,
-                                                                  exclusive, true);
+                                                                  exclusive, true, new FieldTable());
 
             _replayFrames.Add(basicConsume);
 

Modified: incubator/qpid/trunk/qpid/dotnet/Qpid.Common/Qpid.Common.csproj
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/Qpid.Common/Qpid.Common.csproj?view=diff&rev=494031&r1=494030&r2=494031
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/Qpid.Common/Qpid.Common.csproj (original)
+++ incubator/qpid/trunk/qpid/dotnet/Qpid.Common/Qpid.Common.csproj Mon Jan  8 03:21:18 2007
@@ -110,6 +110,8 @@
     <Compile Include="generated\DtxSelectOkBody.cs" />
     <Compile Include="generated\DtxStartBody.cs" />
     <Compile Include="generated\DtxStartOkBody.cs" />
+    <Compile Include="generated\ExchangeBoundBody.cs" />
+    <Compile Include="generated\ExchangeBoundOkBody.cs" />
     <Compile Include="generated\ExchangeDeclareBody.cs" />
     <Compile Include="generated\ExchangeDeclareOkBody.cs" />
     <Compile Include="generated\ExchangeDeleteBody.cs" />

Modified: incubator/qpid/trunk/qpid/dotnet/Qpid.Common/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/Qpid.Common/build.xml?view=diff&rev=494031&r1=494030&r2=494031
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/Qpid.Common/build.xml (original)
+++ incubator/qpid/trunk/qpid/dotnet/Qpid.Common/build.xml Mon Jan  8 03:21:18 2007
@@ -21,8 +21,7 @@
     <pathconvert targetos="unix" property="amq.home.fixed" refid="amq.home.path"/>
 
 <!-- Some spec changes break the build, reverting to private copy in Qpid.Common temporarily till this is fixed. -->
-<!--    <property name="amq.asl" value="${amq.home.fixed}/specs/amqp.0-8.xml"/> -->
-    <property name="amq.asl" value="amqp.xml"/>
+    <property name="amq.asl" value="${amq.home.fixed}/specs/amqp.0-8.xml"/>
 
     <target name="clean" description="Deletes the generated sources.">
         <delete>