diff options
author | prep <prep@lindenlab.com> | 2013-02-28 16:23:18 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-02-28 16:23:18 -0500 |
commit | 105c286bf3906a17d4c8560573e81b09fc29086b (patch) | |
tree | 362d3d99cc51cfea3cf5a4389a327b80b7e0ae9d /indra/newview/llappearancemgr.h | |
parent | c9feefb714291fc80f9eadfda2e1ec5f68ad0a84 (diff) | |
parent | ecb3d1d64d035f22c6d85864131cae6a1108fc68 (diff) |
merge
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 3 |
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; |