~ricmm/media-hub/multiple-sessions

« back to all changes in this revision

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

MergedĀ lp:~thomas-voss/media-hub/switch-to-properties-cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
{
33
33
public:
34
34
    TrackListImplementation(
35
 
            const org::freedesktop::dbus::types::ObjectPath& op,
 
35
            const core::dbus::types::ObjectPath& op,
36
36
            const std::shared_ptr<Engine::MetaDataExtractor>& extractor);
37
37
    ~TrackListImplementation();
38
38