summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.h
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-10-25 16:44:18 -0400
committerNyx Linden <nyx@lindenlab.com>2013-10-25 16:44:18 -0400
commit8144372762ec084f4638a0984cc61d86777ac359 (patch)
treeaebb76935c78cfecb4ea87f42bb5698de2afe6a2 /indra/newview/llagentwearables.h
parentb1838f02bc6c4a052c68fc6bbf3106e3a796a1a2 (diff)
parentd560427a773625297ba351ca248aa73a9adb18ca (diff)
merge
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rwxr-xr-xindra/newview/llagentwearables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h
index 8fb2783fff..a93b6d9241 100755
--- a/indra/newview/llagentwearables.h
+++ b/indra/newview/llagentwearables.h
@@ -164,6 +164,11 @@ public:
void saveAllWearables();
void revertWearable(const LLWearableType::EType type, const U32 index);
+ // We no longer need this message in the current viewer, but send
+ // it for now to maintain compatibility with release viewers. Can
+ // remove this function once the SH-3455 changesets are universally deployed.
+ void sendDummyAgentWearablesUpdate();
+
//--------------------------------------------------------------------
// Static UI hooks
//--------------------------------------------------------------------