]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / commandfactory.hpp
index 9bbba573057e23c820e24a5c1d6d8c62e7fc5d5b..e3eea41cd73e3583e57f5f2ce503233b54a02d55 100644 (file)
  *
  */
 
+#include "mothur.h"
+
 class Command;
 
 class CommandFactory {
 public:
        CommandFactory();
        ~CommandFactory();
-       Command* getCommand(string);
+       Command* getCommand(string, string);
 private:
        Command* command;