00001 #include "headers.h" 00002 00003 00004 MetaCommand::MetaCommand(CommandProcessor* cp) { 00005 m_commandProcessor = cp; 00006 } 00007 00008