refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / obd2plugin / obd2source.h
index 2a66c1b..931bc0b 100644 (file)
@@ -78,7 +78,7 @@ public:
        int portHandle;
        void getPropertyAsync(AsyncPropertyReply *reply);
        void getRangePropertyAsync(AsyncRangePropertyReply *reply){}
-       void setProperty(VehicleProperty::Property, AbstractPropertyType*);
+       AsyncPropertyReply * setProperty(AsyncSetPropertyRequest request);
        void subscribeToPropertyChanges(VehicleProperty::Property property);
        void unsubscribeToPropertyChanges(VehicleProperty::Property property);
        PropertyList supported();