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