X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=7a19ee66f1f747295e7b299c281f85e121edc26e;hb=7bf581f8c46b08eb3bb40715dac94695edee4a67;hp=d8f9b14d884e48d931f013f42badf8be4f38e42b;hpb=09a01fb51eea9e81409d367410c831394193fd86;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index d8f9b14..7a19ee6 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -12,19 +12,19 @@ /* This class is designed to aid the user in running mothur. */ #include "command.hpp" -#include "globaldata.hpp" -#include "validcommands.h" - +#include "commandfactory.hpp" class HelpCommand : public Command { public: - HelpCommand(); + HelpCommand(string); ~HelpCommand(); int execute(); + void help() {}; + private: - GlobalData* globaldata; - ValidCommands* validCommands; + CommandFactory* validCommands; + private: