update ms2 for bugfix and fix JNI

This commit is contained in:
Simon Morlat 2012-08-24 11:14:33 +02:00
parent af07752226
commit 2e64b3b045
2 changed files with 2 additions and 2 deletions

View file

@ -601,7 +601,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setNetworkStateReachable
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_isNetworkStateReachable( JNIEnv* env
,jobject thiz
,jlong lc) {
return linphone_core_is_network_reachabled((LinphoneCore*)lc);
return linphone_core_is_network_reachable((LinphoneCore*)lc);
}
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setPlaybackGain( JNIEnv* env

@ -1 +1 @@
Subproject commit 54678a7aca9ce71dc43660fc80364cd0a2076ca9
Subproject commit b184aec8e85e094df2b9c18e0ba4bf19aa873ec9