Skip to content
Snippets Groups Projects
Commit 78523e40 authored by Tristan Matthews's avatar Tristan Matthews Committed by Emmanuel Milou
Browse files

sip: add preprocessor warning

Refs #49119

Change-Id: I3a5e87c1c8f35e06c8a1d4a3d51a13c778ee097f
parent 6abb9fda
No related branches found
No related tags found
No related merge requests found
...@@ -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);
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment