diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-13 22:23:53 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-13 22:23:53 +0000 |
commit | 72fac2172ac9631702cf13a012553ef6449ce670 (patch) | |
tree | 98bf953f05aee346db5ac029e7628a2741a4d6fe /indra/newview/llvoavatar.h | |
parent | 5bb8962c4e2e1ca12d637fcddc02a78f5ecf7225 (diff) | |
parent | 97ee3003ffddb7cd2f8a8a2768101a8065ae1fe3 (diff) |
Another merge of sunshine -> sunshine-experimental
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 2f81f03cc7..96e87279b2 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -909,7 +909,10 @@ private: // General //-------------------------------------------------------------------- public: - void dumpArchetypeXML(const std::string& prefix); + void dumpArchetypeXML(const std::string& prefix, bool group_by_wearables = false); + void dumpAppearanceMsgParams( const std::string& dump_prefix, + const std::vector<F32>& paramsForDump, + const LLTEContents& tec); static void dumpBakedStatus(); const std::string getBakedStatusForPrintout() const; void dumpAvatarTEs(const std::string& context) const; |