comparison Core/Toolbox.h @ 1430:ad94a3583b07

Plugins can send answers as multipart messages
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2015 17:47:34 +0200
parents 97268448bdfc
children 8dc80ba768aa
comparison
equal deleted inserted replaced
1429:7366a0bdda6a 1430:ad94a3583b07
158 158
159 bool IsInteger(const std::string& str); 159 bool IsInteger(const std::string& str);
160 160
161 void CopyJsonWithoutComments(Json::Value& target, 161 void CopyJsonWithoutComments(Json::Value& target,
162 const Json::Value& source); 162 const Json::Value& source);
163
164 bool StartsWith(const std::string& str,
165 const std::string& prefix);
163 } 166 }
164 } 167 }