refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / exampleplugin.cpp
index 923ccd8..3fc5e4b 100644 (file)
@@ -126,7 +126,7 @@ void ExampleSourcePlugin::getRangePropertyAsync(AsyncRangePropertyReply *reply)
 
 }
 
-void ExampleSourcePlugin::setProperty(VehicleProperty::Property , AbstractPropertyType *)
+AsyncPropertyReply *ExampleSourcePlugin::setProperty(AsyncSetPropertyRequest request )
 {
 
 }