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

NullCommand.cpp

Go to the documentation of this file.
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 

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