diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-03-20 09:55:55 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-03-20 09:55:55 -0700 |
commit | d99bc460dcabd96c089deebf8a542036fe0edc8d (patch) | |
tree | c88bf3f9b2275c5564e99a6b20737635b1cb24a4 /cpp/include/Slice/FileTracker.h | |
parent | Added APL 2.0 exception (diff) | |
download | ice-d99bc460dcabd96c089deebf8a542036fe0edc8d.tar.bz2 ice-d99bc460dcabd96c089deebf8a542036fe0edc8d.tar.xz ice-d99bc460dcabd96c089deebf8a542036fe0edc8d.zip |
bug 3916 - slice2java --list-generated bug
Diffstat (limited to 'cpp/include/Slice/FileTracker.h')
-rw-r--r-- | cpp/include/Slice/FileTracker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Slice/FileTracker.h b/cpp/include/Slice/FileTracker.h index aa3041b4f42..81261f361d3 100644 --- a/cpp/include/Slice/FileTracker.h +++ b/cpp/include/Slice/FileTracker.h @@ -47,7 +47,8 @@ public: static FileTrackerPtr instance(); - void setSource(const std::string&, const std::string&, bool); + void setSource(const std::string&); + void setOutput(const std::string&, bool); void addFile(const std::string&); void addDirectory(const std::string&); |