diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-10-25 16:44:18 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-10-25 16:44:18 -0400 |
commit | 8144372762ec084f4638a0984cc61d86777ac359 (patch) | |
tree | aebb76935c78cfecb4ea87f42bb5698de2afe6a2 /indra/newview/llagentwearables.h | |
parent | b1838f02bc6c4a052c68fc6bbf3106e3a796a1a2 (diff) | |
parent | d560427a773625297ba351ca248aa73a9adb18ca (diff) |
merge
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rwxr-xr-x | indra/newview/llagentwearables.h | 5 |
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 //-------------------------------------------------------------------- |