X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fjisx0201.h;h=2ad0112d21916237f66b6e2001099601991b7190;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hp=41332de93fe1ed6ab77ca4bad63082ab1e8248f4;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/stringcodec/jisx0201.h b/source/stringcodec/jisx0201.h index 41332de..2ad0112 100644 --- a/source/stringcodec/jisx0201.h +++ b/source/stringcodec/jisx0201.h @@ -1,17 +1,10 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - -#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 { @@ -40,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