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
ec7f500c
Commit
ec7f500c
authored
Aug 15, 2013
by
Tristan Matthews
Browse files
* #28473: sipbuddy: fix "has pointer data members" warning
parent
eecc51f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/sip/sipbuddy.h
View file @
ec7f500c
...
...
@@ -41,7 +41,7 @@
#include <pjsip-simple/evsub_msg.h>
#include <pjsip/sip_endpoint.h>
#include <pjsip/sip_transport.h>
#include "noncopyable.h"
class
SIPAccount
;
...
...
@@ -122,6 +122,7 @@ class SIPBuddy {
private:
NON_COPYABLE
(
SIPBuddy
);
/**
* Plan a retry or a renew a subscription.
* @param reschedule Allow for reschedule.
...
...
Write
Preview
Markdown
is supported
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