refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / websocketsourceplugin / websocketsource.h
index b5eeb5c..7854c80 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();