tool/Command.cpp
changeset 1335 09c6fce1ae45
parent 1199 30714bab3a04
child 1337 0253c74d0940
equal deleted inserted replaced
1334:da3d22a27500 1335:09c6fce1ae45
    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