X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/e80a6f5e0540d9e10ee957240e6f5b3faaa54021..44b53e7b789fa481a19db83e52cb3f15f0d90e85:/orte/include/jorte/org_ocera_orte_types_DomainProp.h diff --git a/orte/include/jorte/org_ocera_orte_types_DomainProp.h b/orte/include/jorte/org_ocera_orte_types_DomainProp.h index ef1f34c..b78a56e 100644 --- a/orte/include/jorte/org_ocera_orte_types_DomainProp.h +++ b/orte/include/jorte/org_ocera_orte_types_DomainProp.h @@ -12,7 +12,8 @@ extern "C" { * Method: jORTEDomainPropDefaultGet * Signature: ()J */ -JNIEXPORT jlong JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDefaultGet +JNIEXPORT jlong JNICALL +Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDefaultGet (JNIEnv *, jclass); /* @@ -20,7 +21,8 @@ JNIEXPORT jlong JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDefa * Method: jORTEDomainPropSet * Signature: (JLjava/lang/String;)Z */ -JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropSet +JNIEXPORT jboolean JNICALL +Java_org_ocera_orte_types_DomainProp_jORTEDomainPropSet (JNIEnv *, jobject, jlong, jstring); /* @@ -28,7 +30,8 @@ JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropS * Method: jORTEDomainPropDestroy * Signature: (JLjava/lang/String;)Z */ -JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDestroy +JNIEXPORT jboolean JNICALL +Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDestroy (JNIEnv *, jobject, jlong, jstring); #ifdef __cplusplus