comparison Core/Toolbox.h @ 2043:35ccba7adae9

Toolbox::UriEncode
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jun 2016 10:08:27 +0200
parents 08ce34cfacad
children 54417b0831c4
comparison
equal deleted inserted replaced
2042:5b93382f88e1 2043:35ccba7adae9
197 197
198 bool IsRegularFile(const std::string& path); 198 bool IsRegularFile(const std::string& path);
199 199
200 FILE* OpenFile(const std::string& path, 200 FILE* OpenFile(const std::string& path,
201 FileMode mode); 201 FileMode mode);
202
203 void UriEncode(std::string& target,
204 const std::string& source);
202 } 205 }
203 } 206 }