summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-09-06 16:49:44 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-09-06 16:49:44 +0000
commit24cdce6e897870af929349ab7199d987713ee95c (patch)
tree808409e32691765c28df408576c862f892f0a077 /orkbasecxx/AudioTape.h
parent0f3612a0dda8de197ba7bde1878c13f30ced4dfd (diff)
Added new Tape Processor Tape File Naming
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@483 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index 4cc6e3a..c637c01 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -95,9 +95,15 @@ public:
TapeResponseRef m_tapeResponse;
+ /*
+ * This function has been made public in order to allow the TapeFileNaming
+ * tape processor to do its work in the easiest way, with as little as possible
+ * access to the internal variables of the AudioTape class.
+ */
+ void GenerateFinalFilePathAndIdentifier();
+
private:
void GenerateCaptureFilePathAndIdentifier();
- void GenerateFinalFilePathAndIdentifier();
void GenerateFinalFilePath();
void PreventFileIdentifierCollision(CStdString& path, CStdString& identifier, CStdString& extension);
void PopulateTapeMessage(TapeMsg* msg, CaptureEvent::EventTypeEnum eventType);