summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index ed9deb9..fa1119e 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -98,6 +98,8 @@
#define HTTP_SERVER_PORT_DEFAULT 59140
#define LOOKBACK_RECORDING_PARAM "LookBackRecording"
#define LOOKBACK_RECORDING_DEFAULT true
+#define ALLOW_AUTOMATIC_RECORDING_PARAM "AllowAutomaticRecording"
+#define ALLOW_AUTOMATIC_RECORDING_DEFAULT true
class DLL_IMPORT_EXPORT_ORKBASE Config : public Object
{
@@ -154,6 +156,7 @@ public:
int m_commandLineServerPort;
int m_httpServerPort;
bool m_lookBackRecording;
+ bool m_allowAutomaticRecording;
private:
log4cxx::LoggerPtr m_log;