summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-08-21 18:54:28 +0000
committerHenri Herscher <henri@oreka.org>2007-08-21 18:54:28 +0000
commitb2cb5aa4b7a769f955e6eaea982a61fd1da16862 (patch)
tree8c1b8438af7c345e9992d9bdf66ca48c4ba9584c /orkbasecxx/Config.h
parent2e10125775612b2239c9f7544b5e249fa8f56bbf (diff)
Added AllowAutomaticRecording config parameter (only significant in non-lookback mode).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@471 09dcff7a-b715-0410-9601-b79a96267cd0
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;