summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-02-05 11:29:55 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-02-05 11:29:55 +0000
commitd4dfd9db575dacacc350b29faa3229de4796fa6e (patch)
tree51df5a0b6c6e8f2d2db38824575c308ab3290a15 /cpp/include/Slice/Preprocessor.h
parentverifier should also use default host (diff)
downloadice-d4dfd9db575dacacc350b29faa3229de4796fa6e.tar.bz2
ice-d4dfd9db575dacacc350b29faa3229de4796fa6e.tar.xz
ice-d4dfd9db575dacacc350b29faa3229de4796fa6e.zip
Fixed bug 1745
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r--cpp/include/Slice/Preprocessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 73a5590ebd3..07925d53642 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -43,6 +43,7 @@ public:
std::string getBaseName();
static std::string addQuotes(const std::string&);
+ static std::string normalizeIncludePath(const std::string&);
private: