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