Merge lp://staging/~thomas-voss/biometryd/extend-template-store-interface into lp://staging/biometryd

Proposed by Thomas Voß
Status: Merged
Approved by: Thomas Voß
Approved revision: 27
Merged at revision: 26
Proposed branch: lp://staging/~thomas-voss/biometryd/extend-template-store-interface
Merge into: lp://staging/biometryd
Diff against target: 553 lines (+246/-7)
16 files modified
include/biometry/devices/fingerprint_reader.h (+2/-0)
include/biometry/template_store.h (+34/-2)
src/biometry/dbus/interface.h (+34/-0)
src/biometry/dbus/skeleton/template_store.cpp (+52/-0)
src/biometry/dbus/skeleton/template_store.h (+8/-2)
src/biometry/dbus/stub/template_store.cpp (+20/-0)
src/biometry/dbus/stub/template_store.h (+2/-0)
src/biometry/devices/dispatching.cpp (+10/-0)
src/biometry/devices/dispatching.h (+2/-0)
src/biometry/devices/dummy.cpp (+10/-0)
src/biometry/devices/dummy.h (+2/-0)
src/biometry/devices/fingerprint_reader.cpp (+10/-0)
src/biometry/qml/Biometryd/plugin.cpp (+10/-0)
tests/mock_device.h (+2/-0)
tests/test_dbus_stub_skeleton.cpp (+8/-3)
tests/test_dispatching_service_and_device.cpp (+40/-0)
To merge this branch: bzr merge lp://staging/~thomas-voss/biometryd/extend-template-store-interface
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+297402@code.staging.launchpad.net

Commit message

Extend biometry::TemplateStore:
  list lists all known templates by id.
  remove erases a specific template by id from the template store.

Description of the change

Extend biometry::TemplateStore:
  list lists all known templates by id.
  remove erases a specific template by id from the template store.

To post a comment you must log in.

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