Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
59b3966a
Commit
59b3966a
authored
15 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[#2926] Code cleanup
parent
522e0499
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sflphone-common/src/dbus/callmanager.h
+6
-6
6 additions, 6 deletions
sflphone-common/src/dbus/callmanager.h
with
6 additions
and
6 deletions
sflphone-common/src/dbus/callmanager.h
+
6
−
6
View file @
59b3966a
...
@@ -51,9 +51,9 @@ class CallManager
...
@@ -51,9 +51,9 @@ class CallManager
* you will have to implement them in your ObjectAdaptor
* 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
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
refuse
(
const
std
::
string
&
callID
);
void
accept
(
const
std
::
string
&
callID
);
void
accept
(
const
std
::
string
&
callID
);
...
@@ -61,12 +61,12 @@ class CallManager
...
@@ -61,12 +61,12 @@ class CallManager
void
hold
(
const
std
::
string
&
callID
);
void
hold
(
const
std
::
string
&
callID
);
void
unhold
(
const
std
::
string
&
callID
);
void
unhold
(
const
std
::
string
&
callID
);
void
transfert
(
const
std
::
string
&
callID
,
const
std
::
string
&
to
);
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
::
vector
<
std
::
string
>
getCallList
(
void
);
std
::
string
getCurrentCallID
(
);
std
::
string
getCurrentCallID
(
);
/* Conference related methods */
/* Conference related methods */
void
joinParticipant
(
const
std
::
string
&
sel_callID
,
const
std
::
string
&
drag_callID
);
void
joinParticipant
(
const
std
::
string
&
sel_callID
,
const
std
::
string
&
drag_callID
);
void
addParticipant
(
const
std
::
string
&
callID
,
const
std
::
string
&
confID
);
void
addParticipant
(
const
std
::
string
&
callID
,
const
std
::
string
&
confID
);
void
addMainParticipant
(
const
std
::
string
&
confID
);
void
addMainParticipant
(
const
std
::
string
&
confID
);
void
detachParticipant
(
const
std
::
string
&
callID
);
void
detachParticipant
(
const
std
::
string
&
callID
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment