commit | 6ad06b9ea944555a55b4a9da858f241ef07121eb | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Jan 28 16:21:12 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Feb 03 23:50:32 2016 +0000 |
tree | 0e3cba437d902c5215a4167c7156e732a921c530 | |
parent | 9c551a1bece6624bdbdfca40badc07b40b28ec1c [diff] |
adb: fix mistaken uses of SendFail in file_sync_service.cpp. SendFail and SendSyncFail are similarly named, and have the same prototype. Use `#pragma GCC poison` to prevent use of SendFail in file_sync_service.cpp, and fix the places where it was used accidentally. Change-Id: I6b9a7e565b76dfab10f8ae38f889d046ad80a403