~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to tests/common/mock/textchannel.h

  • Committer: Bileto Bot
  • Author(s): Gustavo Pichorim Boiko
  • Date: 2016-11-30 15:13:58 UTC
  • mfrom: (230.2.23 staging)
  • Revision ID: ci-train-bot@canonical.com-20161130151358-jy3mqj0ir0b6ncxe
Improve group chat support.

Approved by: Roberto Mier Escandón , Tiago Salem Herrmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    void addMembers(QStringList recipients);
46
46
    QStringList recipients() const;
47
47
    Tp::UIntList members();
 
48
    void onRemoveMembers(const Tp::UIntList& handles, const QString& message, uint reason, Tp::DBusError* error);
48
49
    void onAddMembers(const Tp::UIntList& handles, const QString& message, Tp::DBusError* error);
49
 
    void onRemoveMembers(const Tp::UIntList& handles, const QString& message, Tp::DBusError* error);
50
50
 
51
51
public Q_SLOTS:
52
52
    void placeDeliveryReport(const QString &messageId, const QString &status);