summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitobserver.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-11 08:15:09 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-11 08:15:09 +0100
commit866961d4b3426114c306e158b50fe3a91b45021d (patch)
tree2faed81beaa45b8662ba3b406039ea547a6297e8 /indra/newview/lloutfitobserver.h
parentfc6d238884f06951a413004b46569304a9d9280a (diff)
parent99bf3245bd89afebcf1d00bf45d5367c1a83bee1 (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/lloutfitobserver.h')
-rw-r--r--indra/newview/lloutfitobserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lloutfitobserver.h b/indra/newview/lloutfitobserver.h
index a4b5fbe04a..3a66b5ea9f 100644
--- a/indra/newview/lloutfitobserver.h
+++ b/indra/newview/lloutfitobserver.h
@@ -68,6 +68,8 @@ protected:
/** Get a version of an inventory category specified by its UUID */
static S32 getCategoryVersion(const LLUUID& cat_id);
+ static const std::string& getCategoryName(const LLUUID& cat_id);
+
bool checkCOF();
void checkBaseOutfit();
@@ -78,6 +80,7 @@ protected:
LLUUID mBaseOutfitId;
S32 mBaseOutfitLastVersion;
+ std::string mLastBaseOutfitName;
bool mLastOutfitDirtiness;