summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/FileTracker.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-03-20 09:55:55 -0700
committerMark Spruiell <mes@zeroc.com>2009-03-20 09:55:55 -0700
commitd99bc460dcabd96c089deebf8a542036fe0edc8d (patch)
treec88bf3f9b2275c5564e99a6b20737635b1cb24a4 /cpp/include/Slice/FileTracker.h
parentAdded APL 2.0 exception (diff)
downloadice-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.h3
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&);