From eec7b116d5db1716810a3210b1e895be309cb39c Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 20 Aug 2009 22:10:08 +0000 Subject: Added a parameter to the tape message called "ondemand". This parameter is reported to orktrack. When a recording has been started by the API, instead of automatically, this parameter is set to 'true'. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@636 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/AudioTape.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orkbasecxx/AudioTape.h') diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h index 5b08182..14377b4 100644 --- a/orkbasecxx/AudioTape.h +++ b/orkbasecxx/AudioTape.h @@ -46,6 +46,7 @@ public: CStdString m_localIp; CStdString m_remoteIp; CStdString m_filename; + bool m_onDemand; }; class DLL_IMPORT_EXPORT_ORKBASE AudioTape @@ -96,6 +97,7 @@ public: CStdString m_nativeCallId; StateEnum m_state; int m_numErrors; + bool m_onDemand; TapeResponseRef m_tapeResponse; -- cgit v1.2.3