]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/eventobject.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / eventobject.h
index cf987e4094fae6ce133c0f7c4f00491eb7e381df..75cfb73692c3b164ab821f765348dec337b5d699 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_IO_EVENTOBJECT_H_
 #define MSP_IO_EVENTOBJECT_H_
 
+#include <msp/core/mspcore_api.h>
 #include "base.h"
 
 namespace Msp {
@@ -13,7 +14,7 @@ Interface class for objects that can provide event-based I/O.  These objects
 can be fed to the various poll functions in poll.h, or added to an
 EventDispatcher to generate event signals.
 */
-class EventObject: public Base
+class MSPCORE_API EventObject: public Base
 {
 public:
        /** Emitted when there is data available for reading.  If all data is not