00001 #ifndef __CLIENTTESTCOMMAND_H 00002 #define __CLIENTTESTCOMMAND_H 00003 00004 class ClientTestCommand : public Command { 00005 public: 00006 virtual void run(std::ostream&); 00007 virtual void getHtmlInterface(std::ostream&); 00008 virtual string getCommandString(); 00009 }; 00010 00011 #endif 00012