summaryrefslogtreecommitdiffstats
path: root/client_library/include
diff options
context:
space:
mode:
authorCasey Dahlin <sadmac@google.com>2016-01-25 16:55:28 -0800
committerAlex Deymo <deymo@google.com>2016-01-27 21:20:04 +0000
commit40892497a9b1ea124058baf09f5f2873a15cb696 (patch)
tree80dc1b6de159d28335f56bf96242cd8d9e31c9b6 /client_library/include
parentaabd81eaaf49c4f20d16e4404162e129a4fc4b1c (diff)
downloadandroid_system_update_engine-40892497a9b1ea124058baf09f5f2873a15cb696.tar.gz
android_system_update_engine-40892497a9b1ea124058baf09f5f2873a15cb696.tar.bz2
android_system_update_engine-40892497a9b1ea124058baf09f5f2873a15cb696.zip
Make client use binder interface on brillo
TEST=Verified status and update commands Bug: 25908638 Change-Id: I7994de41001b4e116bffa539f23f1344ab1deae9
Diffstat (limited to 'client_library/include')
-rw-r--r--client_library/include/update_engine/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_library/include/update_engine/client.h b/client_library/include/update_engine/client.h
index 8bfb631b..f2af4530 100644
--- a/client_library/include/update_engine/client.h
+++ b/client_library/include/update_engine/client.h
@@ -106,7 +106,7 @@ class UpdateEngineClient {
// not be registered. Otherwise its HandleStatusUpdate method will be called
// every time update_engine's status changes. Will always report the status
// on registration to prevent race conditions.
- virtual void RegisterStatusUpdateHandler(StatusUpdateHandler* handler) = 0;
+ virtual bool RegisterStatusUpdateHandler(StatusUpdateHandler* handler) = 0;
protected:
// Use CreateInstance().