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
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.
134. By Thomas Voß

Reuse service::Runtime in RemoteProviderDaemon.

135. By Thomas Voß

Support explicit starting of service::Runtime.

136. By Thomas Voß

Fix service::Runtime test cases to explicitly start the runtime.

137. By Thomas Voß

Ensure two distinct bus instances.

138. By Thomas Voß

Remove dependency on robustify-...

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches