diff options
author | Richard Linden <none@none> | 2013-01-22 20:46:02 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-22 20:46:02 -0800 |
commit | d93fe6c4353a6501af2704408d2921181fea6b75 (patch) | |
tree | 03c380bcad8944130c874665619e918237a2208c /indra/llcommon/lltracerecording.h | |
parent | 28ab53d0cd1fb43a255990e90e0ad1ee78a566bb (diff) | |
parent | a4d01f05e054eb0f7cbe2621548429cea70ffe26 (diff) |
Automated merge with bundle:c:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.hcdaac\ssh__hg.lindenlab.com_richard_viewer-interesting-metrics_sa6ddo.hg
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-rw-r--r-- | indra/llcommon/lltracerecording.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index e6b5e85f90..a773c9ad91 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -389,6 +389,7 @@ namespace LLTrace class ExtendableRecording : public LLStopWatchControlsMixin<ExtendableRecording> { + public: void extend(); // implementation for LLStopWatchControlsMixin @@ -400,6 +401,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; |