summaryrefslogtreecommitdiff
path: root/plugins/dbus/dbusplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dbus/dbusplugin.cpp')
-rw-r--r--plugins/dbus/dbusplugin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dbus/dbusplugin.cpp b/plugins/dbus/dbusplugin.cpp
index bb91c98c..da0e1a0d 100644
--- a/plugins/dbus/dbusplugin.cpp
+++ b/plugins/dbus/dbusplugin.cpp
@@ -61,6 +61,7 @@ void DBusSink::propertyChanged(VehicleProperty::Property property, AbstractPrope
AbstractProperty* prop = propertyDBusMap[property];
prop->setValue(value);
+ mTime = value->timestamp;
}
std::string DBusSink::uuid()
@@ -71,5 +72,5 @@ std::string DBusSink::uuid()
DBusSinkManager::DBusSinkManager(AbstractRoutingEngine *engine, map<string, string> config)
:AbstractSinkManager(engine, config)
{
- DBusInterfaceManager* manager = new DBusInterfaceManager(engine);
+ DBusInterfaceManager* manager = new DBusInterfaceManager(engine, config);
}