X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FStringTools.hh;fp=src%2FMoof%2FStringTools.hh;h=0000000000000000000000000000000000000000;hp=7b69bb07676eb5a5d736e611e43d8cf31491d877;hb=831f04d4bc19a390415ac0bbac4331c7a65509bc;hpb=299af4f2047e767e5d79501c26444473bda64c64 diff --git a/src/Moof/StringTools.hh b/src/Moof/StringTools.hh deleted file mode 100644 index 7b69bb0..0000000 --- a/src/Moof/StringTools.hh +++ /dev/null @@ -1,27 +0,0 @@ - -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** -**] All rights reserved. -* -* vi:ts=4 sw=4 tw=75 -* -* Distributable under the terms and conditions of the 2-clause BSD license; -* see the file COPYING for a complete text of the license. -* -**************************************************************************/ - -#ifndef _MOOF_STRINGTOOLS_HH_ -#define _MOOF_STRINGTOOLS_HH_ - -#include - - -namespace Mf { - -std::wstring multiToWide(const std::string& multiStr); -std::string wideToMulti(const std::wstring& wideStr); - -} // namespace Mf - - -#endif // _MOOF_STRINGTOOLS_HH_ -