]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/iso646fi.h
Rewrite string codec utility functions more compactly
[libs/core.git] / source / stringcodec / iso646fi.h
index 084e57f1c6478af1dfb2385201637271b07999ac..1767ca8e842021ff75f2a7e675a475c50b204db5 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
-#ifndef MSP_STRINGS_ISO646FI_H_
-#define MSP_STRINGS_ISO646FI_H_
+#ifndef MSP_STRINGCODEC_ISO646FI_H_
+#define MSP_STRINGCODEC_ISO646FI_H_
 
 #include "codec.h"
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 class Iso646Fi: 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