summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-12-21 10:39:35 -0500
committerLoren Shih <seraph@lindenlab.com>2010-12-21 10:39:35 -0500
commit4e98895719d963a72346a7bf59323cdb602f98dd (patch)
treeacb409c1661b3928c58d6d70f60e52e7f5119b64 /indra/newview/llappviewer.h
parente0d77c277a46fa1161505a177e99b456854a98fd (diff)
parent9c97a200bebe310f91c9ab181fbe337eeab30aaa (diff)
Automated merge up from viewer-development
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 7c946b04a5..a18e6cbb02 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -169,6 +169,10 @@ public:
// mute/unmute the system's master audio
virtual void setMasterSystemAudioMute(bool mute);
virtual bool getMasterSystemAudioMute();
+
+ // Metrics policy helper statics.
+ static void metricsUpdateRegion(U64 region_handle);
+ static void metricsSend(bool enable_reporting);
protected:
virtual bool initWindow(); // Initialize the viewer's window.