summaryrefslogtreecommitdiff
path: root/orkaudio/BatchProcessing.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-07-07 19:31:41 +0000
committerHenri Herscher <henri@oreka.org>2006-07-07 19:31:41 +0000
commite88b6fb3ba37a5c7547f415c13a2053d8d5c32fc (patch)
tree608df196effaf251e0346c4fc4b06cf29a17cbc2 /orkaudio/BatchProcessing.cpp
parentc27745d1b387606b7e1a5869b7fe4b566410720d (diff)
* Added EndMetadata capture event
* A tape start message is now sent upon reception of the EndMetadata capture event * Removed TapeMsg.m_loginString git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@297 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/BatchProcessing.cpp')
-rw-r--r--orkaudio/BatchProcessing.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/BatchProcessing.cpp b/orkaudio/BatchProcessing.cpp
index 2e3ce29..31439af 100644
--- a/orkaudio/BatchProcessing.cpp
+++ b/orkaudio/BatchProcessing.cpp
@@ -12,6 +12,8 @@
*/
#pragma warning( disable: 4786 )
+#define _WINSOCKAPI_ // prevents the inclusion of winsock.h
+
#include "ConfigManager.h"
#include "BatchProcessing.h"
#include "ace/OS_NS_unistd.h"