summaryrefslogtreecommitdiff
path: root/orkbasecxx/EventStreaming.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-01-10 18:59:09 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-01-10 18:59:09 +0000
commit650105c2e53d80741292d2752cb48b3d9625ca09 (patch)
tree201b2c042ba789958a9b0a643b423ba10d0483f6 /orkbasecxx/EventStreaming.h
parent99a4b62e59b63bfd232ace0b3768e10e0f47ceb3 (diff)
Made modifications to have G722 decoder compile in Windows.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@592 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/EventStreaming.h')
-rw-r--r--orkbasecxx/EventStreaming.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/orkbasecxx/EventStreaming.h b/orkbasecxx/EventStreaming.h
index da0daa3..44307a3 100644
--- a/orkbasecxx/EventStreaming.h
+++ b/orkbasecxx/EventStreaming.h
@@ -24,10 +24,11 @@
#include "ConfigManager.h"
#include "CapturePluginProxy.h"
#include "AudioTape.h"
+#include "dll.h"
//==========================================================
-class EventStreamingSession
+class DLL_IMPORT_EXPORT_ORKBASE EventStreamingSession
{
public:
EventStreamingSession();
@@ -45,7 +46,7 @@ typedef boost::shared_ptr<EventStreamingSession> EventStreamingSessionRef;
//==========================================================
-class EventStreaming
+class DLL_IMPORT_EXPORT_ORKBASE EventStreaming
{
public:
EventStreaming();