summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-06-03 13:50:56 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-06-03 13:50:56 +0000
commite3e86877f68a601693381df442934b8ba81658aa (patch)
tree7fd180a5a052b86f7922d273c6e0fa53c0dd3eef
parent38c0b4591ff46502e6736c071ca54152ba199590 (diff)
Corrected header file to ensure the symbols SetOnHold and SetOffHold are visible when dynamically linked
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@620 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--orkaudio/audiocaptureplugins/common/AudioCapturePluginCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/common/AudioCapturePluginCommon.h b/orkaudio/audiocaptureplugins/common/AudioCapturePluginCommon.h
index a6defae..c406c19 100644
--- a/orkaudio/audiocaptureplugins/common/AudioCapturePluginCommon.h
+++ b/orkaudio/audiocaptureplugins/common/AudioCapturePluginCommon.h
@@ -33,6 +33,8 @@ DLL_EXPORT void __CDECL__ Configure(DOMNode*);
DLL_EXPORT void __CDECL__ StartCapture(CStdString& party, CStdString& orkuid);
DLL_EXPORT void __CDECL__ StopCapture(CStdString& party);
DLL_EXPORT void __CDECL__ PauseCapture(CStdString& party, CStdString& orkuid);
+DLL_EXPORT void __CDECL__ SetOnHold(CStdString& port, CStdString& orkuid);
+DLL_EXPORT void __CDECL__ SetOffHold(CStdString& port, CStdString& orkuid);
}
#endif