~alan-griffiths/mir/fix-1661151

« back to all changes in this revision

Viewing changes to include/server/mir/scene/session.h

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2017-02-21 09:27:04 UTC
  • mfrom: (4043.1.1 no-stream-pf)
  • Revision ID: tarmac-20170221092704-eoe9mbok5xkb6xk5
remove Session::drop_outstanding_requests and Stream::drop_outstanding_requests.

Approved by mir-ci-bot, Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
class Session : public frontend::Session
38
38
{
39
39
public:
40
 
    virtual void drop_outstanding_requests() = 0;
41
40
    virtual pid_t process_id() const = 0;
42
41
 
43
42
    virtual void take_snapshot(SnapshotCallback const& snapshot_taken) = 0;