X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=command.hpp;fp=command.hpp;h=93669ba7babe40f9b5889e953bf943d362cd7bbe;hb=348de0f8b17d84ede77081dcf67bd6ef43496677;hp=f65f6cc0fb14ab1d892dbcc5df567c086ca183c9;hpb=5e031adc86a1fc125c4abb3d4048f209d52f9b6d;p=mothur.git diff --git a/command.hpp b/command.hpp index f65f6cc..93669ba 100644 --- a/command.hpp +++ b/command.hpp @@ -18,10 +18,11 @@ #include "validparameter.h" #include "mothurout.h" + class Command { public: - Command() { m = MothurOut::getInstance(); } + Command() { m = MothurOut::getInstance(); } virtual vector getValidParameters() = 0; virtual vector getRequiredParameters() = 0; //adding "or" as the last element indicates one of the previous is needed virtual vector getRequiredFiles() = 0; //adding "or" as the last element indicates one of the previous is needed @@ -31,7 +32,6 @@ class Command { virtual ~Command() { } protected: MothurOut* m; - bool calledHelp; map >::iterator itTypes;