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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
78523e40
Commit
78523e40
authored
11 years ago
by
Tristan Matthews
Committed by
Emmanuel Milou
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
sip: add preprocessor warning
Refs #49119 Change-Id: I3a5e87c1c8f35e06c8a1d4a3d51a13c778ee097f
parent
6abb9fda
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/src/sip/sipvoiplink.h
+2
-0
2 additions, 0 deletions
daemon/src/sip/sipvoiplink.h
with
2 additions
and
0 deletions
daemon/src/sip/sipvoiplink.h
+
2
−
0
View file @
78523e40
...
@@ -274,8 +274,10 @@ class SIPVoIPLink : public VoIPLink {
...
@@ -274,8 +274,10 @@ class SIPVoIPLink : public VoIPLink {
void
clearSipCallMap
();
void
clearSipCallMap
();
void
addSipCall
(
SIPCall
*
call
);
void
addSipCall
(
SIPCall
*
call
);
#warning Not thread safe! The SIPCall may be deleted at any time after being returned
SIPCall
*
getSipCall
(
const
std
::
string
&
id
);
SIPCall
*
getSipCall
(
const
std
::
string
&
id
);
SIPCall
*
tryGetSipCall
(
const
std
::
string
&
id
);
SIPCall
*
tryGetSipCall
(
const
std
::
string
&
id
);
void
removeSipCall
(
const
std
::
string
&
id
);
void
removeSipCall
(
const
std
::
string
&
id
);
/**
/**
...
...
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