Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

MetaCommand.h

Go to the documentation of this file.
00001 #ifndef __METACOMMAND_H
00002 #define __METACOMMAND_H
00003 
00004 #include "Command.h"
00005 
00009 class MetaCommand : public Command {
00010 public:
00011     MetaCommand(CommandProcessor* cp);
00012 protected:
00013     CommandProcessor* m_commandProcessor;
00014 };
00015 
00016 #endif
00017 

Generated at Thu Jul 11 13:31:50 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001