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
59b3966a
Commit
59b3966a
authored
Apr 02, 2010
by
Alexandre Savard
Browse files
[#2926] Code cleanup
parent
522e0499
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/dbus/callmanager.h
View file @
59b3966a
...
...
@@ -51,9 +51,9 @@ class CallManager
* you will have to implement them in your ObjectAdaptor
*/
/* Call related methods */
/* Call related methods */
void
placeCall
(
const
std
::
string
&
accountID
,
const
std
::
string
&
callID
,
const
std
::
string
&
to
);
void
placeCallFirstAccount
(
const
std
::
string
&
callID
,
const
std
::
string
&
to
);
void
placeCallFirstAccount
(
const
std
::
string
&
callID
,
const
std
::
string
&
to
);
void
refuse
(
const
std
::
string
&
callID
);
void
accept
(
const
std
::
string
&
callID
);
...
...
@@ -61,12 +61,12 @@ class CallManager
void
hold
(
const
std
::
string
&
callID
);
void
unhold
(
const
std
::
string
&
callID
);
void
transfert
(
const
std
::
string
&
callID
,
const
std
::
string
&
to
);
std
::
map
<
std
::
string
,
std
::
string
>
getCallDetails
(
const
std
::
string
&
callID
);
std
::
map
<
std
::
string
,
std
::
string
>
getCallDetails
(
const
std
::
string
&
callID
);
std
::
vector
<
std
::
string
>
getCallList
(
void
);
std
::
string
getCurrentCallID
(
);
std
::
string
getCurrentCallID
(
);
/* Conference related methods */
void
joinParticipant
(
const
std
::
string
&
sel_callID
,
const
std
::
string
&
drag_callID
);
/* Conference related methods */
void
joinParticipant
(
const
std
::
string
&
sel_callID
,
const
std
::
string
&
drag_callID
);
void
addParticipant
(
const
std
::
string
&
callID
,
const
std
::
string
&
confID
);
void
addMainParticipant
(
const
std
::
string
&
confID
);
void
detachParticipant
(
const
std
::
string
&
callID
);
...
...
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