refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / exampleplugin.h
index 5bd2776..8f4327b 100644 (file)
@@ -33,7 +33,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();