X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FStringTools.hh;fp=src%2Fstringtools.hh;h=44bd74f49c4dd34ed901ea918759df8702b452a8;hp=bd79eab37c359daed98066ba1b627ce88d9fa748;hb=c2321281bf12a7efaedde930422c7ddbc92080d4;hpb=87bc17e55b0c1dc73ecc66df856d3f08fd7a7724 diff --git a/src/stringtools.hh b/src/Moof/StringTools.hh similarity index 93% rename from src/stringtools.hh rename to src/Moof/StringTools.hh index bd79eab..44bd74f 100644 --- a/src/stringtools.hh +++ b/src/Moof/StringTools.hh @@ -26,21 +26,21 @@ *******************************************************************************/ -#ifndef _STRINGTOOLS_HH_ -#define _STRINGTOOLS_HH_ +#ifndef _MOOF_STRINGTOOLS_HH_ +#define _MOOF_STRINGTOOLS_HH_ #include -namespace dc { +namespace Mf { std::wstring multiToWide(const std::string& multiStr); std::string wideToMulti(const std::wstring& wideStr); -} // namespace dc +} // namespace Mf -#endif // _STRINGTOOLS_HH_ +#endif // _MOOF_STRINGTOOLS_HH_ /** vim: set ts=4 sw=4 tw=80: *************************************************/