diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-05 15:33:38 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-05 15:33:38 +0000 |
commit | 4c303c67f7e204e1eaa68a88e9feb338ece8af46 (patch) | |
tree | 40994559027b90f3a066506b9b664d6ff1296a12 /cpp/include | |
parent | fix for bug 1415 (diff) | |
download | ice-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.h | 2 |
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(); |