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