]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/base.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / base.h
index aadc6acd48db7c49430e4823c74423a354168535..92c860d266f1923d275c6f568ef99c4a0e715863 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <cstddef>
 #include <sigc++/sigc++.h>
+#include <msp/core/mspcore_api.h>
 #include <msp/core/mutex.h>
 #include <msp/core/noncopyable.h>
 #include "handle.h"
@@ -15,7 +16,7 @@ namespace IO {
 /**
 Common interface for all I/O objects.
 */
-class Base: private NonCopyable
+class MSPCORE_API Base: private NonCopyable
 {
 public:
        /** RAII synchronization primitive.  Prevents concurrent access to the