Changeset 771 for trunk/zoo-project/zoo-api/java/zoo-api.c
- Timestamp:
- Jun 10, 2016, 1:40:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-api/java/zoo-api.c
r766 r771 1 #include " ZOO.h"1 #include "org_zoo_project_ZOO.h" 2 2 #include "service.h" 3 3 #include "service_internal.h" 4 4 #include "service_internal_java.h" 5 5 6 JNIEXPORT jstring JNICALL Java_ ZOO__16 JNIEXPORT jstring JNICALL Java_org_zoo_1project_ZOO_translate 7 7 (JNIEnv *env, jclass _class, jstring msg){ 8 8 const char *message = … … 17 17 } 18 18 19 JNIEXPORT jobject JNICALL Java_ ZOO_updateStatus19 JNIEXPORT jobject JNICALL Java_org_zoo_1project_ZOO_updateStatus 20 20 (JNIEnv *env, jclass _class, jobject conf, jstring pourc, jstring msg){ 21 21
Note: See TracChangeset
for help on using the changeset viewer.