summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-11-26 12:59:51 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-11-26 12:59:51 +0000
commitbc9e02f50ffb374715994d4320faace5d8875576 (patch)
tree93cc5480e159aadfb044534cecabbbeb56d8b8b8 /orkbasecxx/AudioTape.h
parentf4b9b1d0e2e57532f6d838d2a5e88f8852fb5888 (diff)
Added configuration parameter, CaptureFileSizeLimitKb, which limits the size of the MCF file to the value specified in kilo bytes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@509 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index 91246d8..1464e5e 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -133,6 +133,9 @@ private:
CStdString m_orkUid;
std::map<CStdString, CStdString> m_tags;
+
+ int m_bytesWritten;
+ time_t m_lastLogWarning;
};
typedef boost::shared_ptr<AudioTape> AudioTapeRef;