diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-17 05:22:05 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-17 05:22:05 +0000 |
commit | 30ef851374e417cf044e8b0236ce8d8323b4e647 (patch) | |
tree | 090b0d267d2e9ebd30197d2df5da0dc3842c0624 /cpp/include/Slice/Preprocessor.h | |
parent | Changed the way dependencies are printed by slice2java --depend. Updated (diff) | |
download | ice-30ef851374e417cf044e8b0236ce8d8323b4e647.tar.bz2 ice-30ef851374e417cf044e8b0236ce8d8323b4e647.tar.xz ice-30ef851374e417cf044e8b0236ce8d8323b4e647.zip |
Changed the way dependencies are printed by slice2java --depend. Updated
ant build task accordingly.
Fixed a few incorrect project settings for VC++.
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 021a94e8e5e..2f7670f4705 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -33,7 +33,9 @@ public: FILE* preprocess(bool); bool close(); - void printMakefileDependencies(const std::string& = ".cpp"); + enum Language { CPlusPlus, Java, CSharp }; + + void printMakefileDependencies(Language); std::string getBaseName(); |