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