Merge lp://qastaging/~phablet-team/trust-store/mir-deprecations into lp://qastaging/trust-store
Proposed by
Cemil Azizoglu
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~phablet-team/trust-store/mir-deprecations |
Merge into: | lp://qastaging/trust-store |
Diff against target: |
407 lines (+67/-124) 7 files modified
debian/control.in (+2/-1) src/core/trust/mir/agent.cpp (+19/-33) src/core/trust/mir/agent.h (+1/-13) tests/CMakeLists.txt (+41/-76) tests/cached_agent_test.cpp (+2/-0) tests/mir_agent_test.cpp (+1/-1) tests/remote_agent_test.cpp (+1/-0) |
To merge this branch: | bzr merge lp://qastaging/~phablet-team/trust-store/mir-deprecations |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberto Aguirre (community) | Approve | ||
Review via email: mp+317695@code.qastaging.launchpad.net |
Commit message
Updated to eliminate the Mir deprecations.
Description of the change
Updated to eliminate the Mir deprecations.
The legacy entry points will soon be removed from Mir.
To post a comment you must log in.
Unmerged revisions
- 168. By Brandon Schaefer
-
* Opps wrong files
- 167. By Brandon Schaefer
-
* Fix up for zesty
- 166. By Cemil Azizoglu
-
Require mirclient 0.26.1
- 165. By Cemil Azizoglu
-
Updated to do away with Mir 0.26.1 deprecations.
LGTM,
Nit, "constexpr const" is redundant in this case.