]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/StringTools.hh
extreme refactoring
[chaz/yoink] / src / Moof / StringTools.hh
similarity index 93%
rename from src/stringtools.hh
rename to src/Moof/StringTools.hh
index bd79eab37c359daed98066ba1b627ce88d9fa748..44bd74f49c4dd34ed901ea918759df8702b452a8 100644 (file)
 
 *******************************************************************************/
 
-#ifndef _STRINGTOOLS_HH_
-#define _STRINGTOOLS_HH_
+#ifndef _MOOF_STRINGTOOLS_HH_
+#define _MOOF_STRINGTOOLS_HH_
 
 #include <string>
 
 
-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: *************************************************/
 
This page took 0.022281 seconds and 4 git commands to generate.