[dbus] add overload 'value' for custom dbus property types
[profile/ivi/automotive-message-broker.git] / plugins / dbus / custompropertyinterface.h
index c6a8207..8c0f8d5 100644 (file)
@@ -3,10 +3,11 @@
 
 #include "dbusplugin.h"
 
-class CustomPropertyInterface: DBusSink
+class CustomPropertyInterface: public DBusSink
 {
 public:
-       CustomPropertyInterface(AbstractRoutingEngine* re, GDBusConnection* connection);
+       CustomPropertyInterface(VehicleProperty::Property, AbstractRoutingEngine* re, GDBusConnection* connection);
+       virtual ~CustomPropertyInterface();
 };