summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitobserver.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-06-10 17:21:11 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-06-10 17:21:11 +0300
commita797948a18d3f09244348526852524527f3f8e27 (patch)
tree7531629b93a27e09e00cb4539385564566a48a08 /indra/newview/lloutfitobserver.h
parent591aa0d5be809a8ce0ba314493a9c3a8dfee8b9b (diff)
parentac9543be9eb6e3c4b929142d0d2758ebf1885ac8 (diff)
merge
--HG-- branch : product-engine
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;