diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-09 22:22:40 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-09 22:22:40 +0200 |
commit | f051c50943527f49f6b9d5a7ca253c1a630c59af (patch) | |
tree | cacea6648bc6963121ff1af6bda192ec0c080283 /indra/newview/llfloaterforgetuser.h | |
parent | a01388c650b7925c3ccbd3bc767a1cf424029253 (diff) |
SL-12538 SL-12486 Warning about deleting shared local files and some other fiexes
Diffstat (limited to 'indra/newview/llfloaterforgetuser.h')
-rw-r--r-- | indra/newview/llfloaterforgetuser.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llfloaterforgetuser.h b/indra/newview/llfloaterforgetuser.h index 0ab47d3d69..801fcbb412 100644 --- a/indra/newview/llfloaterforgetuser.h +++ b/indra/newview/llfloaterforgetuser.h @@ -39,15 +39,18 @@ public: BOOL postBuild(); void onForgetClicked(); - static void forgetUser(const std::string &userid, const std::string &fav_id, const std::string &grid, bool delete_data); private: - static bool onConfirmLogout(const LLSD& notification, const LLSD& response, const std::string &favorites_id); + bool onConfirmForget(const LLSD& notification, const LLSD& response); + static bool onConfirmLogout(const LLSD& notification, const LLSD& response, const std::string &favorites_id, const std::string &grid); + void processForgetUser(); + static void forgetUser(const std::string &userid, const std::string &fav_id, const std::string &grid, bool delete_data); void loadGridToList(const std::string &grid, bool show_grid_name); LLScrollListCtrl *mScrollList; bool mLoginPanelDirty; + std::map<std::string, S32> mUserGridsCount; }; #endif |