X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.cpp;fp=quitcommand.cpp;h=6b90f4b15c1cf64ae04bed98db42138f0edcf2d7;hb=20a2d0350a737a434c89f303662d64a8eeea7b05;hp=0000000000000000000000000000000000000000;hpb=bbb5879a7e566935c23d63d42bb945072424b939;p=mothur.git diff --git a/quitcommand.cpp b/quitcommand.cpp new file mode 100644 index 0000000..6b90f4b --- /dev/null +++ b/quitcommand.cpp @@ -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; +} + +//**********************************************************************************************************************