From 057840f43ee07b67813c8757d5f74b9007edc58f Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Wed, 26 Mar 2008 17:23:13 +0000 Subject: Added new public function, SetExtension(), to AudioTape class to allow "outsiders" e.g Tape Processors to change the extension of the AudioTape file name. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@530 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/AudioTape.h | 1 + 1 file changed, 1 insertion(+) (limited to 'orkbasecxx/AudioTape.h') diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h index 91a78c2..13e12c3 100644 --- a/orkbasecxx/AudioTape.h +++ b/orkbasecxx/AudioTape.h @@ -76,6 +76,7 @@ public: CStdString GetFilename(); CStdString GetPath(); CStdString GetExtension(); + void SetExtension(CStdString& ext); AudioFileRef GetAudioFileRef(); bool IsReadyForBatchProcessing(); void GetDetails(TapeMsg* msg); -- cgit v1.2.3