summaryrefslogtreecommitdiff
path: root/orkaudio/CapturePluginProxy.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/CapturePluginProxy.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/CapturePluginProxy.h')
-rw-r--r--orkaudio/CapturePluginProxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/CapturePluginProxy.h b/orkaudio/CapturePluginProxy.h
index 1efc520..1d1da1a 100644
--- a/orkaudio/CapturePluginProxy.h
+++ b/orkaudio/CapturePluginProxy.h
@@ -26,6 +26,7 @@ public:
CapturePluginProxy();
bool Initialize();
void Run();
+ void Shutdown();
void StartCapture(CStdString& capturePort);
void StopCapture(CStdString& capturePort);