[dbus] add overload 'value' for custom dbus property types
[profile/ivi/automotive-message-broker.git] / plugins / dbus / uncategorizedproperty.h
1 #ifndef UncategorizedPropertyInterface_H_
2 #define UncategorizedPropertyInterface_H_
3
4 #include "dbusplugin.h"
5
6 class UncategorizedPropertyInterface: public DBusSink
7 {
8 public:
9         UncategorizedPropertyInterface(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
10 };
11
12
13 #endif