summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-04-09 12:37:38 +0300
committerIgor Borovkov <iborovkov@productengine.com>2010-04-09 12:37:38 +0300
commitee310b4131649a6a9db55a2665f98fb52b2a2e76 (patch)
treeacf4ccd29a819ac91760ddc8da218d16ceaa8324 /indra/newview/llappearancemgr.h
parent9eb4caf0a11116f131f25aa40d92d0ab959cbcbf (diff)
parent9d93441b3117c59652fbb81abea2983f3cbca203 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index 40b8844731..f0374048c6 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -75,6 +75,9 @@ public:
const LLViewerInventoryItem *getBaseOutfitLink();
bool getBaseOutfitName(std::string &name);
+ // find the UUID of the currently worn outfit (Base Outfit)
+ const LLUUID getBaseOutfitUUID();
+
// Update the displayed outfit name in UI.
void updatePanelOutfitName(const std::string& name);
@@ -123,6 +126,10 @@ public:
// Create initial outfits from library.
void autopopulateOutfits();
+ // Overrides the base outfit with the content from COF
+ // @return false if there is no base outfit
+ bool updateBaseOutfit();
+
protected:
LLAppearanceMgr();
~LLAppearanceMgr();