tool/Command.cpp
branch1.4-foe
changeset 1707 11ec009e145d
parent 1629 70040a399528
child 1337 0253c74d0940
--- a/tool/Command.cpp	Mon Jan 19 10:17:21 2009 +0000
+++ b/tool/Command.cpp	Mon Jan 19 10:18:41 2009 +0000
@@ -63,6 +63,13 @@
 	force = f;
 };
 
+/*****************************************************************************/
+
+void Command::setOutputFile(const string &f)
+{
+	outputFile = f;
+};
+
 /****************************************************************************/
 
 bool Command::matchesSubstr(const string &cmd) const