diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-27 17:32:53 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-05-27 17:32:53 +0300 |
commit | 562fe5bf6345fe79f91c657f4d1a30bfc07fbb34 (patch) | |
tree | 54f1b80446ebc3b0ded57046d0b6067199a8935c /indra/llcommon/llmortician.h | |
parent | 8c32aa0dd180e6c11d3d178cc82cc7490e9d824d (diff) |
SL-10908 Output class names we are clearing on startup
Diffstat (limited to 'indra/llcommon/llmortician.h')
-rw-r--r-- | indra/llcommon/llmortician.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llmortician.h b/indra/llcommon/llmortician.h index 9517e2db5e..41cb49fab1 100644 --- a/indra/llcommon/llmortician.h +++ b/indra/llcommon/llmortician.h @@ -34,6 +34,8 @@ class LL_COMMON_API LLMortician { public: LLMortician() { mIsDead = FALSE; } + static U32 graveyardCount() { return sGraveyard.size(); }; + static U32 logClass(std::stringstream &str); static void updateClass(); virtual ~LLMortician(); void die(); |