Merge lp://staging/~thomas-voss/location-service/factor-out-runtime into lp://staging/location-service/15.04
Proposed by
Thomas Voß
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~thomas-voss/location-service/factor-out-runtime |
Merge into: | lp://staging/location-service/15.04 |
Prerequisite: | lp://staging/~thomas-voss/location-service/robustify-event-propagation-in-case-of-multiple-providers-running |
Diff against target: |
596 lines (+343/-104) 9 files modified
src/location_service/com/ubuntu/location/CMakeLists.txt (+1/-0) src/location_service/com/ubuntu/location/service/daemon.cpp (+8/-85) src/location_service/com/ubuntu/location/service/provider_daemon.cpp (+11/-16) src/location_service/com/ubuntu/location/service/runtime.cpp (+109/-0) src/location_service/com/ubuntu/location/service/runtime.h (+90/-0) tests/CMakeLists.txt (+1/-0) tests/acceptance_tests.cpp (+4/-2) tests/position_test.cpp (+1/-1) tests/runtime_test.cpp (+118/-0) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/location-service/factor-out-runtime |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+277955@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-11-26.
Commit message
- Factor out service::Runtime from daemon.cpp into its own .h/.cpp pair of files.
- Add test cases around correct operation of service::Runtime.
Description of the change
- Factor out service::Runtime from daemon.cpp into its own .h/.cpp pair of files.
- Add test cases around correct operation of service::Runtime.
To post a comment you must log in.