[hornetq-commits] JBoss hornetq SVN: r7847 - in trunk: native/src and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 20 15:10:19 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-20 15:10:19 -0400 (Thu, 20 Aug 2009)
New Revision: 7847

Modified:
   trunk/native/bin/libHornetQAIO64.so
   trunk/native/src/Version.h
   trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
Log:
recompilation after renaming Exception class

Modified: trunk/native/bin/libHornetQAIO64.so
===================================================================
(Binary files differ)

Modified: trunk/native/src/Version.h
===================================================================
--- trunk/native/src/Version.h	2009-08-20 18:49:59 UTC (rev 7846)
+++ trunk/native/src/Version.h	2009-08-20 19:10:19 UTC (rev 7847)
@@ -1,5 +1,5 @@
 
 #ifndef _VERSION_NATIVE_AIO
-#define _VERSION_NATIVE_AIO 23
+#define _VERSION_NATIVE_AIO 24
 #endif
 

Modified: trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-08-20 18:49:59 UTC (rev 7846)
+++ trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-08-20 19:10:19 UTC (rev 7847)
@@ -46,7 +46,7 @@
 
    private static boolean loaded = false;
 
-   private static int EXPECTED_NATIVE_VERSION = 23;
+   private static int EXPECTED_NATIVE_VERSION = 24;
 
    public static void addMax(final int io)
    {



More information about the hornetq-commits mailing list