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
d092805a
Commit
d092805a
authored
Sep 09, 2013
by
Tristan Matthews
Browse files
manager: make conference map private
parent
3f5745d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/managerimpl.h
View file @
d092805a
...
...
@@ -1017,9 +1017,6 @@ class ManagerImpl {
*/
VoIPLink
*
getAccountLink
(
const
std
::
string
&
accountID
);
// Map containing conference pointers
ConferenceMap
conferenceMap_
;
/**
* Send registration to all enabled accounts
*/
...
...
@@ -1038,6 +1035,9 @@ class ManagerImpl {
private:
NON_COPYABLE
(
ManagerImpl
);
// Map containing conference pointers
ConferenceMap
conferenceMap_
;
/**
* Get a map with all the current SIP and IAX accounts
*/
...
...
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