Descriptionchromeos: Make dbus::MessageReader memory ownership explicit
Make memory returned by MessageReader::PopArrayOfBytes()
const to make it clearer that ownership remains with the
MessageReader.
Also update PopArrayOfStrings() and PopArrayOfObjectPaths()
to clear the passed-in vectors before appending to them.
BUG=none
TBR=isherman@chromium.org,mvanouwerkerk@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252922
Patch Set 1 #Patch Set 2 : update a few more callers #
Total comments: 2
Patch Set 3 : remove unnecessary reinterpret_cast #Messages
Total messages: 10 (0 generated)
|