]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codec.h
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / codec.h
index 53775206ea1915026b79e5ed75d02b227d74dca0..ab2a3ea7c8491edc0297ae81ffddd1ae4e20c23e 100644 (file)
@@ -1,11 +1,11 @@
-#ifndef MSP_STRINGS_CODEC_H_
-#define MSP_STRINGS_CODEC_H_
+#ifndef MSP_STRINGCODEC_CODEC_H_
+#define MSP_STRINGCODEC_CODEC_H_
 
 #include <string>
 #include <msp/core/except.h>
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 typedef int UnicodeChar;
 
@@ -192,7 +192,7 @@ Codec *create_codec(const std::string &);
 The codec must be deleted when it's no longer needed. */
 Codec *detect_codec(const std::string &);
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp
 
 #endif