commit | 6869ed79e4672f7b109cbdaa6b6db6312492d304 | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Fri Dec 04 13:59:23 2015 -0800 |
committer | Alex Vakulenko <avakulenko@google.com> | Sun Dec 06 21:19:11 2015 +0000 |
tree | 332faaf8faa2d9d74dc14ac2cdd596c0a81b8248 | |
parent | 05a979e3ad64a2e6c1986cf5151d032f672b6b2d [diff] |
Change StateChangeQueue::NotifyPropertiesUpdated to take const ref Instead of using std::unique_ptr<>. This simplifies code around the usage patterns and tests, and causes only one extra copy of the dictionary in one case. Change-Id: Ic0d3158116a7be5823078b08f1bf58e1c88c88b7 Reviewed-on: https://weave-review.googlesource.com/1769 Reviewed-by: Vitaly Buka <vitalybuka@google.com>