summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-07-11 19:53:47 +0000
committerHenri Herscher <henri@oreka.org>2006-07-11 19:53:47 +0000
commitb2dc1a98c58008608ea8e293a94ee9b55dd4a8a1 (patch)
tree0456af5a110f7a6ceea6c077d066400159820120 /orkbasecxx/AudioTape.h
parentf1e0b21098f7c46e49f50494ebba617a74a38cee (diff)
Fixed a weird release only compile problem " error C2039: TryEnterCriticalSection : is not a member of global namespace ".
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@300 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index cb0eaea..5d329ba 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -68,9 +68,9 @@ public:
bool IsStoppedAndValid();
void AddCaptureEvent(CaptureEventRef eventRef, bool send = true);
void GetMessage(MessageRef& msg);
- /** Returns an identifier for the tape which corresponds to the filename without extension */
+ /// Returns an identifier for the tape which corresponds to the filename without extension
CStdString GetIdentifier();
- /** Returns the full filename (including relative path) to the post-compression audio file */
+ /// Returns the full filename (including relative path) to the post-compression audio file
CStdString GetFilename();
CStdString GetPath();
AudioFileRef GetAudioFileRef();