summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-28 15:58:56 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-28 15:58:56 -0500
commitecb3d1d64d035f22c6d85864131cae6a1108fc68 (patch)
tree902057dba6c9f1f223a18f5fb6c0cece4fc5099d /indra/newview/llappearancemgr.h
parent22f05155990176ece57390e69de71deae9f34ed4 (diff)
SH-3932 FIX - added LLSD blob for viewer-side cof contents, optionally included with request appearance update
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-xindra/newview/llappearancemgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index b35504eb1f..84e08db4c8 100755
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -94,6 +94,9 @@ public:
const LLUUID getCOF() const;
S32 getCOFVersion() const;
+ // Debugging - get truncated LLSD summary of COF contents.
+ LLSD dumpCOF() const;
+
// COF version of last viewer-initiated appearance update request.
S32 mLastUpdateRequestCOFVersion;
S32 getLastUpdateRequestCOFVersion() const;