summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages/AsyncMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/messages/AsyncMessage.h')
-rw-r--r--orkbasecxx/messages/AsyncMessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/messages/AsyncMessage.h b/orkbasecxx/messages/AsyncMessage.h
index bbdb313..8f02dde 100644
--- a/orkbasecxx/messages/AsyncMessage.h
+++ b/orkbasecxx/messages/AsyncMessage.h
@@ -20,7 +20,7 @@
/** An AsyncMessage is an asynchronous message ("fire and forget").
It can also be the response to a synchronous message.
*/
-class DLL_IMPORT_EXPORT AsyncMessage : public Message
+class DLL_IMPORT_EXPORT_ORKBASE AsyncMessage : public Message
{
//public:
// void send(XmlRpc::XmlRpcClient& c);
@@ -29,7 +29,7 @@ class DLL_IMPORT_EXPORT AsyncMessage : public Message
/** A SimpleResponseMsg is used as a response when commands can just succeed or fail.
Additionally, there is textual comment field e.g. for error messages.
*/
-class DLL_IMPORT_EXPORT SimpleResponseMsg : public AsyncMessage
+class DLL_IMPORT_EXPORT_ORKBASE SimpleResponseMsg : public AsyncMessage
{
public:
SimpleResponseMsg();