19 #ifndef CORE_TRUST_DBUSAGENT_H_
20 #define CORE_TRUST_DBUSAGENT_H_
45 const std::shared_ptr<core::dbus::Bus>& connection,
46 const std::string& service_name);
56 const std::shared_ptr<core::dbus::Bus>& connection,
57 const std::string& service_name);
62 #endif // CORE_TRUST_DBUSAGENT_H_
CORE_TRUST_DLL_PUBLIC std::shared_ptr< core::trust::Agent > create_multi_user_agent_for_bus_connection(const std::shared_ptr< core::dbus::Bus > &connection, const std::string &service_name)
create_multi_user_agent_for_bus_connection creates a trust::Agent implementation communicating with u...
CORE_TRUST_DLL_PUBLIC std::shared_ptr< core::trust::Agent > create_per_user_agent_for_bus_connection(const std::shared_ptr< core::dbus::Bus > &connection, const std::string &service_name)
create_per_user_agent_for_bus_connection creates a trust::Agent implementation communicating with a r...
#define CORE_TRUST_DLL_PUBLIC