summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-14 17:46:44 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-14 17:46:44 -0400
commitb4b0800bfd8e4a92a9e7ccbfbf24be2a0b4bef4a (patch)
treed0c0bc7362682ed9ed944121c27641d953265ffb /indra/newview/tests
parentee758c1da0cf0c2436034109868003da56060e6c (diff)
SH-2970 FIX - per-region logging of basic avatar stats
Diffstat (limited to 'indra/newview/tests')
-rwxr-xr-x[-rw-r--r--]indra/newview/tests/llviewerassetstats_test.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp
index 3faddc13c1..5e18f91b23 100644..100755
--- a/indra/newview/tests/llviewerassetstats_test.cpp
+++ b/indra/newview/tests/llviewerassetstats_test.cpp
@@ -35,6 +35,15 @@
#include "lluuid.h"
#include "llsdutil.h"
#include "llregionhandle.h"
+#include "../llvoavatar.h"
+
+void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts)
+{
+ counts.resize(3);
+ counts[0] = 0;
+ counts[1] = 0;
+ counts[2] = 1;
+}
static const char * all_keys[] =
{