You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/05/07 21:13:06 UTC

svn commit: r942183 - /qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Author: jonathan
Date: Fri May  7 19:13:05 2010
New Revision: 942183

URL: http://svn.apache.org/viewvc?rev=942183&view=rev
Log:
One more fix in types table

Modified:
    qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=942183&r1=942182&r2=942183&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Fri May  7 19:13:05 2010
@@ -2673,9 +2673,9 @@ producer.send(m);
 	  <tbody>
    	    <row><entry>boolean</entry><entry>bool</entry><entry>bool</entry></row>
 	    <row><entry>char</entry><entry>unicode<footnote><para>The Python string will contain one Unicode character</para></footnote></entry><entry>int</entry></row>
-	    <row><entry>short</entry><entry>integer</entry><entry>short</entry></row>
-	    <row><entry>integer</entry><entry>integer</entry><entry>int</entry></row>
-	    <row><entry>long</entry><entry>integer</entry><entry>long</entry></row>
+	    <row><entry>short</entry><entry>integer | long</entry><entry>short</entry></row>
+	    <row><entry>integer</entry><entry>integer | long</entry><entry>int</entry></row>
+	    <row><entry>long</entry><entry>integer | long</entry><entry>long</entry></row>
 	    <row><entry>float</entry><entry>float</entry><entry>float</entry></row>
 	    <row><entry>double</entry><entry>float</entry><entry>double</entry></row>
 	    <row><entry>java.lang.String</entry><entry>unicode</entry><entry>std::string</entry></row>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org