~thomas-voss/trust-store/fix-ftbfs

« back to all changes in this revision

Viewing changes to include/core/trust/expose.h

Merge core::trust::Runtime changes.
Add better support for in-session service scenarios, with services likely being activated on demand.
Add load test cases around in-session service scenario.
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 */
60
60
CORE_TRUST_DLL_PUBLIC std::unique_ptr<Token> expose_store_to_bus_with_name(
61
61
        const std::shared_ptr<Store>& store,
62
 
        const std::shared_ptr<dbus::Bus>& bus,
 
62
        const std::shared_ptr<core::dbus::Bus>& bus,
63
63
        const std::string& name);
64
64
 
65
65
/**