Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
9f02a12f
Commit
9f02a12f
authored
Jun 28, 2012
by
Sylvain Berfini
🐮
Browse files
Added missing JNI method refreshRegisters
parent
5acfbd0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+4
-0
No files found.
coreapi/linphonecore_jni.cc
View file @
9f02a12f
...
...
@@ -492,6 +492,10 @@ extern "C" jlong Java_org_linphone_core_LinphoneCoreImpl_clearAuthInfos(JNIEnv*
linphone_core_clear_all_auth_info
((
LinphoneCore
*
)
lc
);
}
extern
"C"
void
Java_org_linphone_core_LinphoneCoreImpl_refreshRegisters
(
JNIEnv
*
env
,
jobject
thiz
,
jlong
lc
)
{
linphone_core_refresh_registers
((
LinphoneCore
*
)
lc
);
}
extern
"C"
void
Java_org_linphone_core_LinphoneCoreImpl_addAuthInfo
(
JNIEnv
*
env
,
jobject
thiz
,
jlong
lc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment