00001 #include "headers.h" 00002 00003 00004 string 00005 NullCommand::getCommandString() { 00006 return ""; 00007 } 00008 00009 00010 void 00011 NullCommand::run(std::ostream& s) { 00012 } 00013