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 9290815..ed9deb9 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -96,6 +96,8 @@
#define COMMAND_LINE_SERVER_PORT_DEFAULT 59130
#define HTTP_SERVER_PORT_PARAM "HttpServerPort"
#define HTTP_SERVER_PORT_DEFAULT 59140
+#define LOOKBACK_RECORDING_PARAM "LookBackRecording"
+#define LOOKBACK_RECORDING_DEFAULT true
class DLL_IMPORT_EXPORT_ORKBASE Config : public Object
{
@@ -151,6 +153,7 @@ public:
CStdString m_remoteProcessingServiceName;
int m_commandLineServerPort;
int m_httpServerPort;
+ bool m_lookBackRecording;
private:
log4cxx::LoggerPtr m_log;