diff options
author | Richard Linden <none@none> | 2012-07-02 19:37:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-02 19:37:28 -0700 |
commit | 7d0150f12d8edcbd078ef570f7c64e44194e4335 (patch) | |
tree | bee231e4831545578d88e2e71b4aecb4026d0a29 /indra/newview/llinventoryfunctions.h | |
parent | 7b4f24850b94aba41ee93c6f2901b012de2b7d30 (diff) |
CHUI-101 WIP Make LLFolderView general purpose
started to remove newview dependencies from llfolder*
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index c6b1da0417..d8d3d9bbbb 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -427,6 +427,13 @@ public: static LLUUID sWearNewClothingTransactionID; // wear all clothing in this transaction }; +struct LLInventoryAction +{ + static void doToSelected(class LLInventoryModel* model, class LLFolderView* root, const std::string& action); + + static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLFolderView* root); +}; + #endif // LL_LLINVENTORYFUNCTIONS_H |