]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/iso885915.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / stringcodec / iso885915.h
index 3791d0594cf1d52ebba9598067001f5f802f15ca..2e812459af64e77199ec437a7de2e831cff462cc 100644 (file)
@@ -1,15 +1,16 @@
 #ifndef MSP_STRINGCODEC_ISO885915_H_
 #define MSP_STRINGCODEC_ISO885915_H_
 
+#include <msp/core/mspcore_api.h>
 #include "codec.h"
 
 namespace Msp {
 namespace StringCodec {
 
-class Iso885915: public StandardCodec<Iso885915>
+class MSPCORE_API Iso885915: public StandardCodec<Iso885915>
 {
 public:
-       class Encoder: public Codec::Encoder
+       class MSPCORE_API Encoder: public Codec::Encoder
        {
        public:
                Encoder(ErrorMode em = DEFAULT): Codec::Encoder(em) { }
@@ -19,7 +20,7 @@ public:
                void transliterate(unichar, std::string &) override;
        };
 
-       class Decoder: public Codec::Decoder
+       class MSPCORE_API Decoder: public Codec::Decoder
        {
        public:
                Decoder(ErrorMode em = DEFAULT): Codec::Decoder(em) { }