~jhodapp/media-hub/fix-1398047

« back to all changes in this revision

Viewing changes to src/core/media/service_implementation.h

  • Committer: CI bot
  • Author(s): Jim Hodapp, Justin McPherson
  • Date: 2014-11-26 14:45:56 UTC
  • mfrom: (40.2.15 oxide-support)
  • Revision ID: ps-jenkins@lists.canonical.com-20141126144556-df4zk197s9dhjscx
Resubmitting with prerequisite branch Fixes: #1331041
Approved by: Jim Hodapp

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    ~ServiceImplementation ();
38
38
 
39
39
    std::shared_ptr<Player> create_session(const Player::Configuration&);
40
 
 
 
40
    std::shared_ptr<Player> create_fixed_session(const std::string& name, const Player::Configuration&);
 
41
    std::shared_ptr<Player> resume_session(Player::PlayerKey key);
41
42
    void pause_other_sessions(Player::PlayerKey key);
42
43
 
43
44
private: