]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
put back no command and worked on libshuff
[mothur.git] / nocommands.h
diff --git a/nocommands.h b/nocommands.h
new file mode 100644 (file)
index 0000000..b529392
--- /dev/null
@@ -0,0 +1,27 @@
+#ifndef NOCOMMAND_H
+#define NOCOMMAND_H
+/*
+ *  nocommand.h
+ *  Dotur
+ *
+ *  Created by Sarah Westcott on 1/2/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+/* This command is run if the user enters an invalid command. */
+
+#include "command.hpp"
+
+class NoCommand : public Command {
+
+public:
+       NoCommand();
+       ~NoCommand();
+       int execute();
+       
+private:
+               
+};
+
+#endif