tool/FoeCommand.h
changeset 1804 742607c464c4
parent 1363 11c0b2caa253
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
    39 {
    39 {
    40     public:
    40     public:
    41         FoeCommand(const string &, const string &);
    41         FoeCommand(const string &, const string &);
    42 
    42 
    43     protected:
    43     protected:
    44 		static std::string resultText(int);
    44         static std::string resultText(int);
    45 		static std::string errorText(int);
    45         static std::string errorText(int);
    46 };
    46 };
    47 
    47 
    48 /****************************************************************************/
    48 /****************************************************************************/
    49 
    49 
    50 #endif
    50 #endif