refactored setProperty: made it async with callback
[profile/ivi/automotive-message-broker.git] / plugins / wheel / wheelplugin.cpp
index 3e8d03f..2e80906 100644 (file)
@@ -137,7 +137,7 @@ void WheelSourcePlugin::getPropertyAsync(AsyncPropertyReply *reply)
        delete reply->value;
 }
 
-void WheelSourcePlugin::setProperty(VehicleProperty::Property , AbstractPropertyType * )
+AsyncPropertyReply *WheelSourcePlugin::setProperty(AsyncSetPropertyRequest request )
 {
 
 }