Loading automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { } else { valueToUpdate->timestamp = propValue.timestamp; valueToUpdate->value = propValue.value; valueToUpdate->status = propValue.status; } return true; } Loading Loading
automotive/vehicle/2.0/default/common/src/VehiclePropertyStore.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { } else { valueToUpdate->timestamp = propValue.timestamp; valueToUpdate->value = propValue.value; valueToUpdate->status = propValue.status; } return true; } Loading