]> git.donarmstrong.com Git - mothur.git/blob - quitcommand.h
7f7b7e23d85ff47db1d60d81d1e1406534eee0ec
[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 "command.hpp"
13
14 /* The quit() command:
15         The quit command terminates the mothur program. 
16         The quit command should be in the following format: quit ().   */
17
18
19 class QuitCommand : public Command {
20         
21 public:
22         QuitCommand();
23         ~QuitCommand();
24         int execute();
25         
26 private:
27                 
28 };
29
30 #endif