summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-01-05 15:33:38 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-01-05 15:33:38 +0000
commit4c303c67f7e204e1eaa68a88e9feb338ece8af46 (patch)
tree40994559027b90f3a066506b9b664d6ff1296a12 /cpp/include
parentfix for bug 1415 (diff)
downloadice-4c303c67f7e204e1eaa68a88e9feb338ece8af46.tar.bz2
ice-4c303c67f7e204e1eaa68a88e9feb338ece8af46.tar.xz
ice-4c303c67f7e204e1eaa68a88e9feb338ece8af46.zip
Fixed bug 1653
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Slice/Preprocessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 28c0a6dd69b..891434d5bf3 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -42,6 +42,8 @@ public:
std::string getBaseName();
+ static std::string addQuotes(const std::string&);
+
private:
bool checkInputFile();