X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.cpp;fp=quitcommand.cpp;h=0dd2dec189317e56518fbfafce1c93a3c7a84f1b;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=8e6fd15412167f9b2ae26eec7b9d93a8e19c6bd2;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/quitcommand.cpp b/quitcommand.cpp index 8e6fd15..0dd2dec 100644 --- a/quitcommand.cpp +++ b/quitcommand.cpp @@ -9,6 +9,39 @@ #include "quitcommand.h" +//********************************************************************************************************************** +vector QuitCommand::getValidParameters(){ + try { + vector myArray; + return myArray; + } + catch(exception& e) { + m->errorOut(e, "QuitCommand", "getValidParameters"); + exit(1); + } +} +//********************************************************************************************************************** +vector QuitCommand::getRequiredParameters(){ + try { + vector myArray; + return myArray; + } + catch(exception& e) { + m->errorOut(e, "QuitCommand", "getRequiredParameters"); + exit(1); + } +} +//********************************************************************************************************************** +vector QuitCommand::getRequiredFiles(){ + try { + vector myArray; + return myArray; + } + catch(exception& e) { + m->errorOut(e, "QuitCommand", "getRequiredFiles"); + exit(1); + } +} //********************************************************************************************************************** QuitCommand::QuitCommand(string option) {