summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-08-04 12:21:34 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-08-04 12:21:34 +0100
commit29ab1ef22bbc464ea8b174ef11d2e21d2fb501dc (patch)
tree7a181ee3ebe3b9acfe3e6f7b7167fd7b2d5c472b /indra/newview/llappearancemgr.h
parentfe580434a4145f02f85ca62c57d3836b3e12479f (diff)
parentdea12663707b5c88c34bafd95c345e806702bc03 (diff)
merge from viewer-release
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);