]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.cpp
Initial revision
[mothur.git] / quitcommand.cpp
diff --git a/quitcommand.cpp b/quitcommand.cpp
new file mode 100644 (file)
index 0000000..6b90f4b
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ *  quitcommand.cpp
+ *  Dotur
+ *
+ *  Created by Sarah Westcott on 1/2/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "quitcommand.h"
+
+//**********************************************************************************************************************
+
+QuitCommand::QuitCommand(){}
+
+//**********************************************************************************************************************
+
+QuitCommand::~QuitCommand(){}
+
+//**********************************************************************************************************************
+
+int QuitCommand::execute(){
+       return 1;
+}
+
+//**********************************************************************************************************************