]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codecutils.cpp
Add move semantics to Variant
[libs/core.git] / source / stringcodec / codecutils.cpp
index 6afbf95850356e61e3c4738e4029f3d1921f18f1..37d81a7dd5ba96f8c52a4eb85ad0db809ee4cd7a 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "codecutils.h"
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse)
 {
@@ -23,5 +16,5 @@ int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, b
        return ch;
 }
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp