summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-01-12 13:24:24 -0330
committerMatthew Newhook <matthew@zeroc.com>2009-01-12 13:24:24 -0330
commit86d1e1192e81e9eb684d647238fff7a67ec45fcb (patch)
tree95a2ec73eba6e321aec75c76a3f0a34a2a7f9719 /cpp/include/Slice/Preprocessor.h
parentFix spelling and style in NRVO demo README (diff)
downloadice-86d1e1192e81e9eb684d647238fff7a67ec45fcb.tar.bz2
ice-86d1e1192e81e9eb684d647238fff7a67ec45fcb.tar.xz
ice-86d1e1192e81e9eb684d647238fff7a67ec45fcb.zip
Squashed commit of the following:
commit b73098371dca786520d9eab2731d1887a60685b1 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 13:22:59 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3518 slice2XXX --depend exit status is bogus
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r--cpp/include/Slice/Preprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index f6f5ede2e5d..98a018fbfbe 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -40,7 +40,7 @@ public:
enum Language { CPlusPlus, Java, CSharp, VisualBasic };
- void printMakefileDependencies(Language, const std::vector<std::string>&);
+ bool printMakefileDependencies(Language, const std::vector<std::string>&);
std::string getBaseName();