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
c5bc8f42
Commit
c5bc8f42
authored
Aug 15, 2013
by
Tristan Matthews
Browse files
* #28473: sip: fix "has pointer data members" warning
parent
c6c18638
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/sip/sippresence.h
View file @
c5bc8f42
...
...
@@ -36,6 +36,7 @@
#include <string>
#include <list>
#include "noncopyable.h"
#include "pjsip/sip_types.h"
#include "pjsip/sip_msg.h"
#include "pjsip/sip_multipart.h"
...
...
@@ -180,7 +181,6 @@ public:
*/
void
notifyServerSubscription
();
pjsip_pres_status
pres_status_data
;
/**< Presence Data.*/
pj_bool_t
online_status
;
/**< Our online status. */
pjrpid_element
rpid
;
/**< RPID element information.*/
...
...
@@ -188,12 +188,11 @@ public:
pj_bool_t
publish_state
;
/**< Last published online status.*/
pj_bool_t
publish_enabled
;
/**< Allow for status publish,*/
private:
NON_COPYABLE
(
SIPPresence
);
SIPAccount
*
acc_
;
/**< Associated SIP account. */
std
::
list
<
PresenceSubscription
*>
serverSubscriptions_
;
/**< Subscribers list.*/
std
::
list
<
SIPBuddy
*>
buddies_
;
/**< Subcribed buddy list.*/
};
#endif
Write
Preview
Supports
Markdown
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