summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-08-12 10:12:52 -0700
committerRichard Linden <none@none>2010-08-12 10:12:52 -0700
commit41fe9750c82605ccfbaf8f9b0f08b9068de702d3 (patch)
treed0e6bbffa926edff4d70d87bbf030bf28cd6953a /indra/newview/llappearancemgr.h
parent73f1f43b8bd9ae1c3bc7f96d652c30d772da113b (diff)
parent73952a37ed7a11331154f2f68050286722ec96da (diff)
Automated merge with http://10.1.4.28:8000/
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index 9f554dbdef..eb495bd274 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -84,6 +84,9 @@ public:
// Determine whether we can add anything (but body parts) from the outfit contents to COF.
static bool getCanAddToCOF(const LLUUID& outfit_cat_id);
+ // Determine whether we can replace current outfit with the given one.
+ bool getCanReplaceCOF(const LLUUID& outfit_cat_id);
+
// Copy all items in a category.
void shallowCopyCategoryContents(const LLUUID& src_id, const LLUUID& dst_id,
LLPointer<LLInventoryCallback> cb);