summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-10 23:19:56 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-10 23:19:56 (GMT)
commit6974c6df8ea617f58e5c32b662c9b424c3e982f9 (patch)
treeadeda1da8c723e762cf8714e88f8c5981514eec8 /src/uscxml
parenta33a96fd7aee6d53f663102c56236e91d77f53a7 (diff)
downloaduscxml-6974c6df8ea617f58e5c32b662c9b424c3e982f9.zip
uscxml-6974c6df8ea617f58e5c32b662c9b424c3e982f9.tar.gz
uscxml-6974c6df8ea617f58e5c32b662c9b424c3e982f9.tar.bz2
Fixed issue 119
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/plugins/ioprocessor/basichttp/BasicHTTPIOProcessor.h2
-rw-r--r--src/uscxml/plugins/ioprocessor/scxml/SCXMLIOProcessor.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/uscxml/plugins/ioprocessor/basichttp/BasicHTTPIOProcessor.h b/src/uscxml/plugins/ioprocessor/basichttp/BasicHTTPIOProcessor.h
index 5ec66ec..bf64111 100644
--- a/src/uscxml/plugins/ioprocessor/basichttp/BasicHTTPIOProcessor.h
+++ b/src/uscxml/plugins/ioprocessor/basichttp/BasicHTTPIOProcessor.h
@@ -27,6 +27,8 @@ extern "C" {
#include <event2/http_struct.h>
}
+// why is it duplicated from Common.h here?
+
#if defined(_WIN32) && !defined(USCXML_STATIC)
# if (defined ioprocessor_basichttp_EXPORTS || defined USCXML_EXPORT)
# define USCXML_PLUGIN_API __declspec(dllexport)
diff --git a/src/uscxml/plugins/ioprocessor/scxml/SCXMLIOProcessor.h b/src/uscxml/plugins/ioprocessor/scxml/SCXMLIOProcessor.h
index 328e18e..0207b00 100644
--- a/src/uscxml/plugins/ioprocessor/scxml/SCXMLIOProcessor.h
+++ b/src/uscxml/plugins/ioprocessor/scxml/SCXMLIOProcessor.h
@@ -33,7 +33,7 @@ namespace uscxml {
* @ingroup ioproc
* The scxml I/O processor as per standard.
*/
-class SCXMLIOProcessor : public IOProcessorImpl {
+class USCXML_API SCXMLIOProcessor : public IOProcessorImpl {
public:
SCXMLIOProcessor();
virtual ~SCXMLIOProcessor();