diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-05-24 15:06:40 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-05-24 15:06:40 -0400 |
commit | 0c55c8a0b8fa7befcb5303bf5858501ff7bb872e (patch) | |
tree | 9e371ee39264715641850cf24fc36ecc8bb606c2 /indra/newview/llagentwearables.h | |
parent | 5f24661778cce273f2baeba3c3ae26c1afa0564a (diff) | |
parent | 53b6156379636bf5e50659e62d3871df279431c4 (diff) |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 27453b5b25..734bd9fd47 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -150,6 +150,8 @@ protected: public: // Processes the initial wearables update message (if necessary, since the outfit folder makes it redundant) static void processAgentInitialWearablesUpdate(LLMessageSystem* mesgsys, void** user_data); + LLUUID computeBakedTextureHash(LLVOAvatarDefines::EBakedTextureIndex index); + protected: void sendAgentWearablesUpdate(); void sendAgentWearablesRequest(); |