Move Tokenize from Util to StringUtils and replace CStdString by std::string.
authorace20022 <ace20022@ymail.com>
Tue, 17 Sep 2013 13:02:18 +0000 (15:02 +0200)
committerace20022 <ace20022@ymail.com>
Tue, 24 Sep 2013 21:03:05 +0000 (23:03 +0200)
commitecf889212158afb47cabaa0a6e985d4b5020b068
treed811982fb2755ffb65e50bc5521105074d5a01e2
parent6d2989ceba881d9a44b32c0cbfa82a9dfa3316de
Move Tokenize from Util to StringUtils and replace CStdString by std::string.
23 files changed:
xbmc/Util.cpp
xbmc/Util.h
xbmc/addons/GUIDialogAddonSettings.cpp
xbmc/addons/GUIDialogAddonSettings.h
xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecSSA.cpp
xbmc/filesystem/CurlFile.cpp
xbmc/filesystem/File.cpp
xbmc/filesystem/FileDirectoryFactory.cpp
xbmc/filesystem/RarFile.cpp
xbmc/filesystem/RarManager.cpp
xbmc/filesystem/SmbFile.cpp
xbmc/filesystem/SpecialProtocol.cpp
xbmc/filesystem/ZipDirectory.cpp
xbmc/filesystem/windows/WINSMBDirectory.cpp
xbmc/linux/LinuxTimezone.cpp
xbmc/network/httprequesthandler/HTTPWebinterfaceHandler.cpp
xbmc/network/linux/NetworkLinux.cpp
xbmc/peripherals/Peripherals.cpp
xbmc/pictures/PictureInfoTag.cpp
xbmc/utils/ScraperParser.cpp
xbmc/utils/StringUtils.cpp
xbmc/utils/StringUtils.h
xbmc/win32/WIN32Util.cpp