diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-27 11:43:06 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-27 11:43:06 -0400 |
commit | 4c75140008527ac9e5260978f4a256d84711644b (patch) | |
tree | cec4b50583f0a353a133e3b687a4bdefe5b2919e /indra/newview/llappearancemgr.h | |
parent | 5be12cf0be170c5d886694db11605d197e418190 (diff) |
SH-4300 WIP - added order validation
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 3293212719..84a0afbb40 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -208,6 +208,8 @@ public: //Check ordering information on wearables stored in links' descriptions and update if it is invalid // COF is processed if cat_id is not specified + bool validateClothingOrderingInfo(LLUUID cat_id = LLUUID::null); + void updateClothingOrderingInfo(LLUUID cat_id = LLUUID::null, LLPointer<LLInventoryCallback> cb = NULL); |