~ci-train-bot/qtubuntu-media/qtubuntu-media-ubuntu-xenial-landing-021

« back to all changes in this revision

Viewing changes to tests/unit/service.h

* Get rid of the unnecessary dependency on libmediascanner.
* Update mock service interface with changes from media-hub. Fixes: #1500859
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    virtual void destroy_session(const std::string& uuid, const Player::Configuration&);
51
51
    virtual std::shared_ptr<Player> create_fixed_session(const std::string& name, const Player::Configuration&);
52
52
    virtual std::shared_ptr<Player> resume_session(Player::PlayerKey);
 
53
    virtual void set_current_player(Player::PlayerKey);
53
54
    virtual void pause_other_sessions(Player::PlayerKey);
54
55
};
55
56
}