summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitobserver.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-19 17:15:32 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-19 17:15:32 -0400
commit1dae91d7354aef57625e3508b23a4bb21de242e8 (patch)
tree6759f56f1a65b00a92522550c0ef30c09c147f08 /indra/newview/lloutfitobserver.h
parentd4845c1d263c07aaa0b8c2c638cd2a214e166bdd (diff)
EXT-8360 WIP - propagating COF item name changes various places
Diffstat (limited to 'indra/newview/lloutfitobserver.h')
-rw-r--r--indra/newview/lloutfitobserver.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/lloutfitobserver.h b/indra/newview/lloutfitobserver.h
index 3a66b5ea9f..f526609135 100644
--- a/indra/newview/lloutfitobserver.h
+++ b/indra/newview/lloutfitobserver.h
@@ -34,6 +34,7 @@
#define LL_OUTFITOBSERVER_H
#include "llsingleton.h"
+#include "llmd5.h"
/**
* Outfit observer facade that provides simple possibility to subscribe on
@@ -72,6 +73,8 @@ protected:
bool checkCOF();
+ void hashItemNames(LLMD5& itemNameHash);
+
void checkBaseOutfit();
//last version number of a COF category
@@ -84,6 +87,8 @@ protected:
bool mLastOutfitDirtiness;
+ LLMD5 mItemNameHash;
+
private:
signal_t mBOFReplaced;
signal_t mBOFChanged;