]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/jorte/org_ocera_orte_types_DomainProp.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_types_DomainProp.h
index f0ebe8af5c2ddf2325f9488767faac9eb3b69228..b78a56e89727317a980f6c9042f77b439623ed4f 100644 (file)
@@ -12,16 +12,27 @@ 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);
 
 /*
  * Class:     org_ocera_orte_types_DomainProp
- * Method:    jORTEDomainPropMgrsSet
- * Signature: ()Z
+ * Method:    jORTEDomainPropSet
+ * Signature: (JLjava/lang/String;)Z
  */
-JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainProp_jORTEDomainPropMgrsSet
-  (JNIEnv *, jobject);
+JNIEXPORT jboolean JNICALL
+Java_org_ocera_orte_types_DomainProp_jORTEDomainPropSet
+  (JNIEnv *, jobject, jlong, jstring);
+
+/*
+ * Class:     org_ocera_orte_types_DomainProp
+ * Method:    jORTEDomainPropDestroy
+ * Signature: (JLjava/lang/String;)Z
+ */
+JNIEXPORT jboolean JNICALL
+Java_org_ocera_orte_types_DomainProp_jORTEDomainPropDestroy
+  (JNIEnv *, jobject, jlong, jstring);
 
 #ifdef __cplusplus
 }