fp@1335: /***************************************************************************** fp@1335: * fp@1335: * $Id$ fp@1335: * fp@1335: ****************************************************************************/ fp@1335: fp@1335: #ifndef __FOECOMMAND_H__ fp@1335: #define __FOECOMMAND_H__ fp@1335: fp@1335: #include "Command.h" fp@1335: fp@1335: /****************************************************************************/ fp@1335: fp@1335: class FoeCommand: fp@1335: public Command fp@1335: { fp@1335: public: fp@1335: FoeCommand(const string &, const string &); fp@1335: fp@1335: protected: fp@1336: static std::string resultText(int); fp@1336: static std::string errorText(int); fp@1335: }; fp@1335: fp@1335: /****************************************************************************/ fp@1335: fp@1335: #endif