summaryrefslogtreecommitdiff
path: root/orkaudio/AudioCapturePlugin.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-15 04:19:31 +0000
committerHenri Herscher <henri@oreka.org>2005-11-15 04:19:31 +0000
commit7653151cb08cfa40eec22e7aac3068b009207bc8 (patch)
treec41e2f1bbf73001791248fb18d842a01978ad0e8 /orkaudio/AudioCapturePlugin.h
parent61cb474c09cce3a667774c4f4eef093c2025f324 (diff)
Improvements in the shutdown procedure (NT service does not crash on exit anymore, give two seconds to threads to exit properly).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@44 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/AudioCapturePlugin.h')
-rw-r--r--orkaudio/AudioCapturePlugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/orkaudio/AudioCapturePlugin.h b/orkaudio/AudioCapturePlugin.h
index b3469ec..d2bd2e7 100644
--- a/orkaudio/AudioCapturePlugin.h
+++ b/orkaudio/AudioCapturePlugin.h
@@ -34,9 +34,10 @@ typedef void (__CDECL__*CaptureEventCallBackFunction)(CaptureEventRef, CStdStrin
// Exported functions definitions
-typedef void (__CDECL__* RegisterCallBacksFunction)(AudioChunkCallBackFunction, CaptureEventCallBackFunction, LogManager*);
+typedef void (__CDECL__* RegisterCallBacksFunction)(AudioChunkCallBackFunction, CaptureEventCallBackFunction, OrkLogManager*);
typedef void (__CDECL__* InitializeFunction)();
typedef void (__CDECL__* RunFunction)();
+typedef void (__CDECL__* ShutdownFunction)();
typedef void (__CDECL__* ConfigureFunction)(DOMNode*);
typedef void (__CDECL__* StartCaptureFunction)(CStdString& port);
typedef void (__CDECL__* StopCaptureFunction)(CStdString& port);