Skip to content
Snippets Groups Projects
Commit 2a1f41bc authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

sipvoiplink: cleanup


Change-Id: I790780a6de8e4bf76177960a84527fd4eb6378f1
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent 55f48f13
No related branches found
No related tags found
No related merge requests found
...@@ -68,10 +68,6 @@ extern decltype(getGlobalInstance<SIPVoIPLink>)& getSIPVoIPLink; ...@@ -68,10 +68,6 @@ extern decltype(getGlobalInstance<SIPVoIPLink>)& getSIPVoIPLink;
class SIPVoIPLink { class SIPVoIPLink {
public: public:
#ifdef __ANDROID__
static void setSipLogger();
#endif
SIPVoIPLink(); SIPVoIPLink();
~SIPVoIPLink(); ~SIPVoIPLink();
...@@ -80,9 +76,6 @@ class SIPVoIPLink { ...@@ -80,9 +76,6 @@ class SIPVoIPLink {
*/ */
void handleEvents(); void handleEvents();
/* Returns a list of all callIDs */
std::vector<std::string> getCallIDs();
/** /**
* Register a new keepalive registration timer to this endpoint * Register a new keepalive registration timer to this endpoint
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment