comparison Core/Toolbox.h @ 803:4689e400e0fa

directory to store the results of the unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 09:29:11 +0200
parents ecedd89055db
children 8ce2f69436ca
comparison
equal deleted inserted replaced
802:82b07ab959f4 803:4689e400e0fa
124 char separator); 124 char separator);
125 125
126 void DecodeDataUriScheme(std::string& mime, 126 void DecodeDataUriScheme(std::string& mime,
127 std::string& content, 127 std::string& content,
128 const std::string& source); 128 const std::string& source);
129
130 void CreateDirectory(const std::string& path);
129 } 131 }
130 } 132 }