summaryrefslogtreecommitdiff
path: root/plugins/dbus/uncategorizedproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dbus/uncategorizedproperty.h')
-rw-r--r--plugins/dbus/uncategorizedproperty.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/dbus/uncategorizedproperty.h b/plugins/dbus/uncategorizedproperty.h
new file mode 100644
index 00000000..1c5446c6
--- /dev/null
+++ b/plugins/dbus/uncategorizedproperty.h
@@ -0,0 +1,13 @@
+#ifndef UncategorizedPropertyInterface_H_
+#define UncategorizedPropertyInterface_H_
+
+#include "dbusplugin.h"
+
+class UncategorizedPropertyInterface: public DBusSink
+{
+public:
+ UncategorizedPropertyInterface(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
+};
+
+
+#endif