Skip to content
Snippets Groups Projects
Commit 59f1e006 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Bug756:added getStateList overload

parent d2436198
No related branches found
No related tags found
No related merge requests found
...@@ -193,6 +193,7 @@ JNIEXPORT jobject JNICALL Java_nl_astron_lofar_sas_otb_jotdb3_jOTDBconnection_ge ...@@ -193,6 +193,7 @@ JNIEXPORT jobject JNICALL Java_nl_astron_lofar_sas_otb_jotdb3_jOTDBconnection_ge
env->CallObjectMethod(statesVector, mid_Vector_add,convertTreeState(env, *statesIterator )); env->CallObjectMethod(statesVector, mid_Vector_add,convertTreeState(env, *statesIterator ));
} }
env->ReleaseStringUTFChars(beginDate, bd); env->ReleaseStringUTFChars(beginDate, bd);
env->ReleaseStringUTFChars(endDate, ed); env->ReleaseStringUTFChars(endDate, ed);
} catch (exception &ex) { } catch (exception &ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment