diff -r c55ebaa206f8 -r 11ec009e145d tool/Command.cpp --- 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