send showWindow event when app start over
[apps/agl-service-homescreen.git] / src / hs-apprecover.h
index 3a0f8d5..701ec5f 100644 (file)
@@ -38,7 +38,7 @@ public:
     static HS_AppRecover* instance(void);
     int init(afb_api_t api);
     void startRecovery(afb_api_t api, recover_map &map);
-    void registerRecoveredApp(const std::string &appid);
+    bool registerRecoveredApp(const std::string &appid);
     void screenUpdated(struct json_object *obj);
 
 private: