~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to tests/backend-dbus/mock-login1-manager.h

  • Committer: Charles Kerr
  • Date: 2013-06-25 06:07:36 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130625060736-xc97438x9o7upy2z
in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, ActivateSession

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    virtual ~MockLogin1Manager ();
38
38
 
39
39
    int add_session (MockLogin1Seat * seat, MockUser * user);
 
40
    void remove_session (MockLogin1Seat * seat, int session_tag);
40
41
 
41
42
    void add_seat (MockLogin1Seat * seat);
42
43
 
49
50
  private:
50
51
 
51
52
    void emit_session_new (MockLogin1Seat * seat, int tag) const;
 
53
    void emit_session_removed (MockLogin1Seat * seat, int tag) const;
52
54
 
53
55
    GVariant * list_sessions () const;
54
56