~thomas-voss/location-service/add-snapcraft-setup-next

« back to all changes in this revision

Viewing changes to src/location/providers/fusion/newer_update_selector.h

Merge lp:~thomas-voss/location-service/simplify-provider-interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
public:
28
28
    typedef std::shared_ptr<NewerUpdateSelector> Ptr;
29
29
 
30
 
    virtual WithSource<Update<Position>> select(const WithSource<Update<Position>>& older,
 
30
    virtual WithSource<Update<Position>> select(const WithSource<Update<Position>>&,
31
31
                                                const WithSource<Update<Position>>& newer) override
32
32
    {
33
33
        return newer;