summaryrefslogtreecommitdiff
path: root/orkbasecxx/Reporting.cpp
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/Reporting.cpp
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/Reporting.cpp')
-rw-r--r--orkbasecxx/Reporting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/Reporting.cpp b/orkbasecxx/Reporting.cpp
index 91ca42a..bf0f674 100644
--- a/orkbasecxx/Reporting.cpp
+++ b/orkbasecxx/Reporting.cpp
@@ -178,7 +178,7 @@ void Reporting::ThreadHandler(void *args)
else
{
// Tape is wanted
- if(CONFIG.m_lookBackRecording == false && ptapeMsg->m_stage.Equals("start"))
+ if(CONFIG.m_lookBackRecording == false && CONFIG.m_allowAutomaticRecording && ptapeMsg->m_stage.Equals("start"))
{
CapturePluginProxy::Singleton()->StartCapture(ptapeMsg->m_localParty);
CapturePluginProxy::Singleton()->StartCapture(ptapeMsg->m_remoteParty);