]> sjero.net Git - linphone/commitdiff
Renamed exported setCpu method
authorSylvain Berfini <Sylvain.Berfini@Belledonne-Communications.com>
Thu, 22 Mar 2012 15:23:44 +0000 (16:23 +0100)
committerSylvain Berfini <Sylvain.Berfini@Belledonne-Communications.com>
Thu, 22 Mar 2012 15:23:44 +0000 (16:23 +0100)
coreapi/linphonecore_jni.cc

index bc4f6a14e49d4be3bbc007dc916be5699fe57cb6..bec7bbba7d35c535d4b54d1839d233647925a3a8 100644 (file)
@@ -1706,6 +1706,6 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setVideoPolicy(JNIEnv *e
        linphone_core_set_video_policy((LinphoneCore *)lc, &vpol);
 }
 
-extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setCpuCount(JNIEnv *env, jobject thiz, jint count) {
+extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setCpuCountNative(JNIEnv *env, jobject thiz, jint count) {
        ms_set_cpu_count(count);
 }