tool/Command.cpp
branch1.4-foe
changeset 1707 11ec009e145d
parent 1629 70040a399528
child 1337 0253c74d0940
equal deleted inserted replaced
1706:c55ebaa206f8 1707:11ec009e145d
    59 /*****************************************************************************/
    59 /*****************************************************************************/
    60 
    60 
    61 void Command::setForce(bool f)
    61 void Command::setForce(bool f)
    62 {
    62 {
    63 	force = f;
    63 	force = f;
       
    64 };
       
    65 
       
    66 /*****************************************************************************/
       
    67 
       
    68 void Command::setOutputFile(const string &f)
       
    69 {
       
    70 	outputFile = f;
    64 };
    71 };
    65 
    72 
    66 /****************************************************************************/
    73 /****************************************************************************/
    67 
    74 
    68 bool Command::matchesSubstr(const string &cmd) const
    75 bool Command::matchesSubstr(const string &cmd) const