]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0201.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / stringcodec / jisx0201.h
index 5cbda036b16f28e02440fd31b54f6efef42c08a1..3194c784c8d5378ad90213754da7cd09e42ffcdb 100644 (file)
@@ -1,15 +1,16 @@
 #ifndef MSP_STRINGCODEC_JISX201_H_
 #define MSP_STRINGCODEC_JISX201_H_
 
+#include <msp/core/mspcore_api.h>
 #include "codec.h"
 
 namespace Msp {
 namespace StringCodec {
 
-class JisX0201: public StandardCodec<JisX0201>
+class MSPCORE_API JisX0201: public StandardCodec<JisX0201>
 {
 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) { }