]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTESleepMs.c
improved JAVA interface from Lukas, update makefiles from msvc from Jan
[orte.git] / orte / libjorte / JORTESleepMs.c
index 7d15f2b85a857e857f7b96376e60f5d48ed7b7f4..9bf2bfdaa99811516975a095cd9926eb6700c1fa 100644 (file)
 #include "orte.h"
 /* pregenerated header */
 #include "jorte/org_ocera_orte_JOrte.h"
-
+#include "jorte/4all.h"
 
 
 JNIEXPORT void JNICALL
 Java_org_ocera_orte_JOrte_jORTESleepMs
 (JNIEnv *env, jclass cls, jlong milisec)
 {
-  printf(":c: spoustim ORTESleepMs()..\n");
+  #ifdef TEST_STAGE
+    printf(":c: orteSleep() called.. ZZzzzz \n");
+  #endif
   ORTESleepMs((unsigned int) milisec);
 }