refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / wheel / wheelplugin.h
index 5ac1528..ab7e662 100644 (file)
@@ -36,7 +36,7 @@ public:
        string uuid();
        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();