diff options
author | Richard Linden <none@none> | 2013-03-21 17:28:15 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-03-21 17:28:15 -0700 |
commit | 8d8a2d5681f2b18150e05d8f9f7d84ce233c9e26 (patch) | |
tree | 656ca390f7cab5e51e9545ef59c6f109455b5427 /indra/llcommon/lltracerecording.h | |
parent | 1f507c3cfca0c7722ebeaf71883fbaa83988e1a9 (diff) | |
parent | bbfb7b9ea1dc025d672968e39908b2327d14878a (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-rw-r--r-- | indra/llcommon/lltracerecording.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index 3e7ed2b592..a6fb07ac15 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -415,6 +415,8 @@ namespace LLTrace /*virtual*/ void reset(); /*virtual*/ void splitTo(ExtendableRecording& other); /*virtual*/ void splitFrom(ExtendableRecording& other); + + const Recording& getAcceptedRecording() const {return mAcceptedRecording;} private: Recording mAcceptedRecording; Recording mPotentialRecording; |