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

HttpTestPageCommand.h

Go to the documentation of this file.
00001 #ifndef __HTTPPAGECOMMAND_H
00002 #define __HTTPPAGECOMMAND_H
00003 
00004 
00005 class HttpTestPageCommand : public MetaCommand {
00006 public:
00007     HttpTestPageCommand(CommandProcessor* cp);
00008     virtual string getCommandString();
00009     virtual void run(std::ostream&);
00010     virtual void getHtmlInterface(std::ostream&);
00011 
00012     const static string httpTestPageCommandString;
00013 
00014 private:
00015     string m_defaultPage;
00016 };
00017 
00018 
00019 #endif
00020 

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