commit | c602926d014d3e6178f400d2510281856c2bf0f3 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Wed Oct 07 09:29:13 2015 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Oct 07 20:42:56 2015 +0000 |
tree | 6c3f4cc95472d69623a63ac19bed3abf17662ea7 | |
parent | 6bacb66170b094890ba1cd552ac0d33edf9212c4 [diff] |
Call command handler with weak_ptr Command handler should keep only weak_ptr to command and check on every access. Long async commands will need to keep reference to the command. BUG:24267885 Change-Id: I3ca3be9e31b9e9a942eca001ed21f1133973f0ea Reviewed-on: https://weave-review.googlesource.com/1255 Reviewed-by: Alex Vakulenko <avakulenko@google.com>