]> rtime.felk.cvut.cz Git - orte.git/commitdiff
JORTE: disable TEST_STAGE
authorMartin Vajnar <martin.vajnar@gmail.com>
Fri, 19 Jul 2013 13:33:08 +0000 (15:33 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 23 Sep 2013 09:06:26 +0000 (11:06 +0200)
orte/include/jorte/4all.h
orte/java/src/org/ocera/orte/Manager.java

index d479ae357a00adfeb93d38f04da42470fb59f11b..fc952b47abc017f70d06252ed3f14a39f3ebf527 100644 (file)
@@ -12,7 +12,7 @@ typedef struct
 #ifndef Included4all
 #define Included4all
 
-#define TEST_STAGE
+//#define TEST_STAGE
 
 #include "onLoad.h"
 #ifdef __ANDROID__
index 92874e7340d2c8f7dc21c8db8f5d3e030f1b4f82..5fc77d07f542a7eb88d817fea829147535beb55a 100644 (file)
@@ -17,6 +17,6 @@ public class Manager {
        }
 
         public boolean destroy() {
-                return dmgr.destroy())
+                return dmgr.destroy();
         }
 }