summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitobserver.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-20 09:14:03 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-07-20 09:14:03 -0400
commit22232ccf050e34841c248ea29fed8f64b8abab6b (patch)
tree1af9e8dedfc334e76e7daa9ac10731f91d0df52b /indra/newview/lloutfitobserver.h
parent94cae52bb791b8ceef4d55eed8c8726e63572b61 (diff)
parent1dae91d7354aef57625e3508b23a4bb21de242e8 (diff)
merge
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;