fp@1707: /***************************************************************************** fp@1707: * fp@1707: * $Id:$ fp@1707: * fp@1707: ****************************************************************************/ fp@1707: fp@1707: #ifndef __COMMANDFOEREAD_H__ fp@1707: #define __COMMANDFOEREAD_H__ fp@1707: fp@1707: #include "FoeCommand.h" fp@1707: fp@1707: /****************************************************************************/ fp@1707: fp@1707: class CommandFoeRead: fp@1707: public FoeCommand fp@1707: { fp@1707: public: fp@1707: CommandFoeRead(); fp@1707: fp@1707: string helpString() const; fp@1707: void execute(MasterDevice &, const StringVector &); fp@1707: }; fp@1707: fp@1707: /****************************************************************************/ fp@1707: fp@1707: #endif