summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/String.h
diff options
context:
space:
mode:
authorJens Heuschkel <heuschkel@tk.tu-darmstadt.de>2016-11-22 13:39:42 (GMT)
committerJens Heuschkel <heuschkel@tk.tu-darmstadt.de>2016-11-22 13:39:42 (GMT)
commit212ec100f9296f5e23d929619f6cf06669de71f4 (patch)
tree60f98cb9deb0a20eee532ad9a7e9b2bddf90fc5f /src/uscxml/util/String.h
parent037c084255be481f94b039fb787bab37b0e82c75 (diff)
downloaduscxml-212ec100f9296f5e23d929619f6cf06669de71f4.zip
uscxml-212ec100f9296f5e23d929619f6cf06669de71f4.tar.gz
uscxml-212ec100f9296f5e23d929619f6cf06669de71f4.tar.bz2
improved excapeMacro to produce vhdl supported names
Diffstat (limited to 'src/uscxml/util/String.h')
-rw-r--r--src/uscxml/util/String.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/util/String.h b/src/uscxml/util/String.h
index 9acd288..8d9c9ef 100644
--- a/src/uscxml/util/String.h
+++ b/src/uscxml/util/String.h
@@ -25,7 +25,7 @@
namespace uscxml {
-std::string escapedMacro(std::string const& s);
+std::string escapeMacro(std::string const &s);
std::list<std::string> tokenize(const std::string& line, const char seperator = ' ', bool trimWhiteSpace = true);
std::string spaceNormalize(const std::string& text);
bool nameMatch(const std::string& eventDescs, const std::string& event);