~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to include/server/mir/shell/session_manager.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-04-25 23:50:01 UTC
  • mfrom: (526.2.22 mir1)
  • Revision ID: tarmac-20130425235001-c3b3x2yyb3eldyx1
frontend, shell, tests: surface-states updated to avoid supplying dependencies through public member functions.

Approved by PS Jenkins bot, Chris Halse Rogers, Robert Ancell, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                            std::shared_ptr<InputTargetListener> const& input_target_listener);
55
55
    virtual ~SessionManager();
56
56
 
57
 
    virtual std::shared_ptr<frontend::Session> open_session(std::string const& name);
 
57
    virtual std::shared_ptr<frontend::Session> open_session(std::string const& name, std::shared_ptr<events::EventSink> const& sink);
58
58
    virtual void close_session(std::shared_ptr<frontend::Session> const& session);
59
59
 
60
60
    virtual void tag_session_with_lightdm_id(std::shared_ptr<frontend::Session> const& session, int id);