tool/FoeCommand.h
changeset 1336 e27b37e80a99
parent 1335 09c6fce1ae45
child 1363 11c0b2caa253
equal deleted inserted replaced
1335:09c6fce1ae45 1336:e27b37e80a99
    16 {
    16 {
    17     public:
    17     public:
    18         FoeCommand(const string &, const string &);
    18         FoeCommand(const string &, const string &);
    19 
    19 
    20     protected:
    20     protected:
    21 		static std::string errorString(int);
    21 		static std::string resultText(int);
       
    22 		static std::string errorText(int);
    22 };
    23 };
    23 
    24 
    24 /****************************************************************************/
    25 /****************************************************************************/
    25 
    26 
    26 #endif
    27 #endif