]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/jorte/org_ocera_orte_DomainMgr.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_DomainMgr.h
index bc9e0c1f181f7a5ec0a153b83919ab20392e1a8f..1914f046924f7bce3abc6bf4f47b63f3ead38d03 100644 (file)
@@ -12,7 +12,8 @@ extern "C" {
  * Method:    jORTEDomainDefaultMgrCreate
  * Signature: (IZ)J
  */
-JNIEXPORT jlong JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainDefaultMgrCreate
+JNIEXPORT jlong JNICALL
+Java_org_ocera_orte_DomainMgr_jORTEDomainDefaultMgrCreate
   (JNIEnv *, jobject, jint, jboolean);
 
 /*
@@ -20,7 +21,8 @@ JNIEXPORT jlong JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainDefaultMgrCreat
  * Method:    jORTEDomainMgrCreate
  * Signature: (IJJZ)J
  */
-JNIEXPORT jlong JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainMgrCreate
+JNIEXPORT jlong JNICALL
+Java_org_ocera_orte_DomainMgr_jORTEDomainMgrCreate
   (JNIEnv *, jobject, jint, jlong, jlong, jobject obj_de, jboolean);
 
 /*
@@ -28,7 +30,8 @@ JNIEXPORT jlong JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainMgrCreate
  * Method:    jORTEDomainMgrDestroy
  * Signature: (J)Z
  */
-JNIEXPORT jboolean JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainMgrDestroy
+JNIEXPORT jboolean JNICALL
+Java_org_ocera_orte_DomainMgr_jORTEDomainMgrDestroy
   (JNIEnv *, jobject, jlong);
 
 #ifdef __cplusplus