00001 #include "headers.h" 00002 00003 CommandParser::CommandParser(CommandProcessor* cp) { 00004 m_commandProcessor = cp; 00005 } // ctor