]> git.donarmstrong.com Git - mothur.git/blob - quitcommand.h
Initial revision
[mothur.git] / quitcommand.h
1 #ifndef QUITCOMMAND_H
2 #define QUITCOMMAND_H
3 /*
4  *  quitcommand.h
5  *  Dotur
6  *
7  *  Created by Sarah Westcott on 1/2/09.
8  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
9  *
10  */
11
12 #include <Carbon/Carbon.h>
13 #include "command.hpp"
14
15 /* The quit() command:
16         The quit command terminates the mothur program. 
17         The quit command should be in the following format: quit ().   */
18
19
20 class QuitCommand : public Command {
21         
22 public:
23         QuitCommand();
24         ~QuitCommand();
25         int execute();
26         
27 private:
28                 
29 };
30 #endif