~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to tests/framework/fake_session.h

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-07-04 13:58:01 UTC
  • mfrom: (520.1.5 dbusFocusInfo)
  • Revision ID: ci-train-bot@canonical.com-20160704135801-055x20tgh6j9edbp
com.canonical.Unity.FocusInfo D-Bus service for providing focus information

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    void close() override;
60
60
 
 
61
    bool activeFocus() const override { return false; }
 
62
 
 
63
    pid_t pid() const override { return 0; }
 
64
 
61
65
    // For SessionManager use
62
66
 
63
67
    void addChildSession(SessionInterface*) override;