~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-1774

« back to all changes in this revision

Viewing changes to historyprivate/utils_p.h

Initial cache implementation for grouped conversations.
Approved by: PS Jenkins bot, Gustavo Pichorim Boiko

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    static MatchFlags matchFlagsForAccount(const QString &accountId);
33
33
    static QString protocolFromAccountId(const QString &accountId);
34
34
    static bool compareIds(const QString &accountId, const QString &id1, const QString & id2);
 
35
    static bool compareParticipants(const QStringList &participants1, const QStringList &participants2, MatchFlags flags);
 
36
    static bool compareNormalizedParticipants(const QStringList &participants1, const QStringList &participants2, MatchFlags flags);
 
37
    static bool shouldGroupAccount(const QString &accountId);
35
38
    static QString normalizeId(const QString &accountId, const QString &id);
36
39
 
37
40
private: