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

NullCommand.h

Go to the documentation of this file.
00001 #ifndef __NULLCOMMAND_H
00002 #define __NULLCOMMAND_H
00003 
00004 class NullCommand : public Command {
00005 public:
00006     virtual string getCommandString();
00007     virtual void run(std::ostream&);
00008 };
00009 
00010 #endif

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