diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-05 14:02:38 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-05 14:02:38 -0330 |
commit | e4dadd4907bdc43f35f87a743fb6ba89df53257d (patch) | |
tree | b6928dfd4601a8e8d989661dc6a072483b23f39d /cppe/include/IceE/StringUtil.h | |
parent | Minor fix (diff) | |
download | ice-e4dadd4907bdc43f35f87a743fb6ba89df53257d.tar.bz2 ice-e4dadd4907bdc43f35f87a743fb6ba89df53257d.tar.xz ice-e4dadd4907bdc43f35f87a743fb6ba89df53257d.zip |
Bug 1373 - allowable property names in config files
Added continue to allDemos scripts
Diffstat (limited to 'cppe/include/IceE/StringUtil.h')
-rw-r--r-- | cppe/include/IceE/StringUtil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppe/include/IceE/StringUtil.h b/cppe/include/IceE/StringUtil.h index 0fb19848a55..06b6523d4f8 100644 --- a/cppe/include/IceE/StringUtil.h +++ b/cppe/include/IceE/StringUtil.h @@ -27,6 +27,11 @@ ICE_API std::string escapeString(const std::string&, const std::string&); ICE_API bool unescapeString(const std::string&, std::string::size_type, std::string::size_type, std::string&); // +// Trim white space +// +ICE_API std::string trim(const std::string&); + +// // If a single or double quotation mark is found at the start // position, then the position of the matching closing quote is // returned. If no quotation mark is found at the start position, then |