Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
5401dbad
Commit
5401dbad
authored
Sep 12, 2013
by
Alexandre Lision
Browse files
* #29917: fixed android client.cpp getters
parent
42d7529d
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/client/android/client.cpp
View file @
5401dbad
...
...
@@ -70,3 +70,21 @@ void Client::event_loop()
void
Client
::
exit
()
{}
CallManager
*
Client
::
getCallManager
()
{
return
callManager_
;
}
ConfigurationManager
*
Client
::
getConfigurationManager
()
{
return
configurationManager_
;
}
PresenceManager
*
Client
::
getPresenceManager
()
{
return
presenceManager_
;
}
Write
Preview
Supports
Markdown
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