X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/e80a6f5e0540d9e10ee957240e6f5b3faaa54021..44b53e7b789fa481a19db83e52cb3f15f0d90e85:/orte/include/jorte/org_ocera_orte_types_DomainEvents.h diff --git a/orte/include/jorte/org_ocera_orte_types_DomainEvents.h b/orte/include/jorte/org_ocera_orte_types_DomainEvents.h index 810b833..a3e3204 100644 --- a/orte/include/jorte/org_ocera_orte_types_DomainEvents.h +++ b/orte/include/jorte/org_ocera_orte_types_DomainEvents.h @@ -12,7 +12,8 @@ extern "C" { * Method: jORTEDomainInitEvents * Signature: ()J */ -JNIEXPORT jlong JNICALL Java_org_ocera_orte_types_DomainEvents_jORTEDomainInitEvents +JNIEXPORT jlong JNICALL +Java_org_ocera_orte_types_DomainEvents_jORTEDomainInitEvents (JNIEnv *, jobject); /* @@ -20,7 +21,8 @@ JNIEXPORT jlong JNICALL Java_org_ocera_orte_types_DomainEvents_jORTEDomainInitEv * Method: jORTEDomainEventsDestroy * Signature: (J)Z */ -JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainEvents_jORTEDomainEventsDestroy +JNIEXPORT jboolean JNICALL +Java_org_ocera_orte_types_DomainEvents_jORTEDomainEventsDestroy (JNIEnv *, jobject, jlong); #ifdef __cplusplus