]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0201.h
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / jisx0201.h
index 67a6e7860858a1ffa3d290eddb3e2f70c02adbe6..2ad0112d21916237f66b6e2001099601991b7190 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef MSP_STRINGS_JISX201_H_
-#define MSP_STRINGS_JISX201_H_
+#ifndef MSP_STRINGCODEC_JISX201_H_
+#define MSP_STRINGCODEC_JISX201_H_
 
 #include "codec.h"
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 class JisX0201: public Codec
 {
@@ -33,7 +33,7 @@ public:
        virtual Decoder *create_decoder(ErrorMode em = THROW_ON_ERROR) const { return new Decoder(em); }
 };
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp
 
 #endif