~ssweeny/location-service/fix-lp1570878

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/fusion_provider.h

  • Committer: Scott Sweeny
  • Date: 2016-06-06 22:23:22 UTC
  • Revision ID: scott.sweeny@canonical.com-20160606222322-3s5ktpwi9gebac0f
Fusion provider: Always use an update that came from the same source as the previous used update

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
private:
51
51
    Optional<Update<Position>> last_position;
 
52
    Optional<std::string> last_provider;
52
53
    std::set<Provider::Ptr> providers;
53
54
    std::vector<core::ScopedConnection> connections;
54
55
};