summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmortician.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-10-15 21:28:37 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-10-15 21:28:37 +0300
commitaf5c556270eb186f62aaece398ed97a870be220a (patch)
treec94fe2a938f9421c721343d2209f4941b280365d /indra/llcommon/llmortician.h
parentbd42fd13b038dea5bddf06ed8da7b51d08b38bae (diff)
parent33821bd599d1d9171cc93c38a2bc6c4ab6772c9a (diff)
Merge from viewer-release
Diffstat (limited to 'indra/llcommon/llmortician.h')
-rw-r--r--indra/llcommon/llmortician.h2
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();