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

« back to all changes in this revision

Viewing changes to src/managerdbus_p.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:
1
1
/*
2
 
 * Copyright (C) 2013 Canonical, Ltd.
 
2
 * Copyright (C) 2013-2016 Canonical, Ltd.
3
3
 *
4
4
 * Authors:
5
5
 *  Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
45
45
                                 History::MatchFlags matchFlags,
46
46
                                 bool create);
47
47
 
 
48
    Thread threadForProperties(const QString &accountId,
 
49
                               EventType type,
 
50
                               const QVariantMap &properties,
 
51
                               History::MatchFlags matchFlags,
 
52
                               bool create);
 
53
 
48
54
    bool writeEvents(const History::Events &events);
49
55
    bool removeThreads(const Threads &threads);
50
56
    bool removeEvents(const Events &events);