~phablet-team/messaging-framework/maintain-connection-state

« back to all changes in this revision

Viewing changes to include/messaging/qt/tp/interfaces/base_channel_destroyable.h

  • Committer: Tarmac
  • Author(s): Roberto Mier Escandon
  • Date: 2016-08-23 22:33:39 UTC
  • mfrom: (50.1.19 allow-members-have-roles)
  • Revision ID: tarmac-20160823223339-w6d9xjzyqly8k2b6
Fw code modifying Members to use Roles interface so that upper layers receive participants permissions
Also setting roles when added members from the client

NOTE: This MR should be landed along with https://code.launchpad.net/~ningbo-team/ningbo/roles-management/+merge/303265.

Approved by Tiago Salem Herrmann, system-apps-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <TelepathyQt/BaseChannel>
21
21
#include <messaging/visibility.h>
22
22
 
 
23
#include <messaging/qt/tp/interfaces/types.h>
 
24
 
23
25
namespace messaging
24
26
{
25
27
namespace qt
29
31
namespace interfaces
30
32
{
31
33
 
32
 
class BaseChannelDestroyableInterface;
33
 
typedef Tp::SharedPtr<BaseChannelDestroyableInterface> BaseChannelDestroyableInterfacePtr;
34
 
 
35
34
class MESSAGING_FW_LOCAL BaseChannelDestroyableInterface : public Tp::AbstractChannelInterface
36
35
{
37
36
    Q_OBJECT