Author: rhs
Date: Thu Oct 25 17:09:48 2012
New Revision: 1402221
URL: http://svn.apache.org/viewvc?rev=1402221&view=rev
Log:
fixed swig interface typedefs
Modified:
qpid/proton/trunk/proton-c/include/proton/cproton.i
Modified: qpid/proton/trunk/proton-c/include/proton/cproton.i
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/cproton.i?rev=1402221&r1=1402220&r2=1402221&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/cproton.i (original)
+++ qpid/proton/trunk/proton-c/include/proton/cproton.i Thu Oct 25 17:09:48 2012
@@ -1,10 +1,10 @@
typedef unsigned int size_t;
typedef signed int ssize_t;
typedef unsigned char uint8_t;
-typedef unsigned int uint32_t;
-typedef unsigned long int uint64_t;
-typedef int int32_t;
-typedef long int int64_t;
+typedef unsigned long int uint32_t;
+typedef unsigned long long int uint64_t;
+typedef long int int32_t;
+typedef long long int int64_t;
/* Parse these interface header files to generate APIs for script languages */
%include "proton/types.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]