summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-07 09:21:00 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-07 09:21:00 -0230
commit09cdee9531f9f8562509914547d6b6c0907ff5a0 (patch)
tree6c7b1fe9130763d3ceaecdaebfe2e2519b4ea8d5 /cpp/include/Slice/Preprocessor.h
parentMiss changes in my previous commit. (diff)
downloadice-09cdee9531f9f8562509914547d6b6c0907ff5a0.tar.bz2
ice-09cdee9531f9f8562509914547d6b6c0907ff5a0.tar.xz
ice-09cdee9531f9f8562509914547d6b6c0907ff5a0.zip
Bug 4294 - fix slice dependencies
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r--cpp/include/Slice/Preprocessor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index f83c42bc30b..b10333332a4 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -42,9 +42,10 @@ public:
FILE* preprocess(bool);
bool close();
- enum Language { CPlusPlus, Java, JavaXML, CSharp };
+ enum Language { CPlusPlus, Java, JavaXML, CSharp, Python, Ruby, PHP };
- bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "cpp");
+ bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "cpp",
+ const std::string& = "");
std::string getBaseName();