summaryrefslogtreecommitdiff
path: root/include/comphelper/traceevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/traceevent.hxx')
-rw-r--r--include/comphelper/traceevent.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/comphelper/traceevent.hxx b/include/comphelper/traceevent.hxx
index 5c922b281487..14e25da9b791 100644
--- a/include/comphelper/traceevent.hxx
+++ b/include/comphelper/traceevent.hxx
@@ -34,6 +34,11 @@ protected:
public:
static void addInstantEvent(const char* sProfileId);
+
+ static void startRecording();
+ static void stopRecording();
+
+ static css::uno::Sequence<OUString> getRecordingAndClear();
};
} // namespace comphelper