| Line 78... | Line 78... | 
          
            | 78 |  
 | 78 |  
 | 
          
            | 79 | private:
 | 79 | private:
 | 
          
            | 80 | 	// private functions
 | 80 | 	// private functions
 | 
          
            | 81 | 	int _amountPosition(const Utils::String &fileType);
 | 81 | 	int _amountPosition(const Utils::String &fileType);
 | 
          
            | 82 | 	bool _isLineComplete(const Utils::String &line, const Utils::String &fileType, bool first);
 | 82 | 	bool _isLineComplete(const Utils::String &line, const Utils::String &fileType, bool first);
 | 
          
            | 83 | 	bool _readGameFile(const Utils::String &file, CyStringList*lines, int *id);
 | 83 | 	bool _readGameFile(const Utils::String &file, Utils::CStringList &lines, int *id);
 | 
          
            | 84 | 	void _compareLine(const Utils::String &line1, const Utils::String &line2, int type, int id, SDiffFile *diffFile);
 | 84 | 	void _compareLine(const Utils::String &line1, const Utils::String &line2, int type, int id, SDiffFile *diffFile);
 | 
          
            | 85 | 	bool _validFile(const Utils::String &file);
 | 85 | 	bool _validFile(const Utils::String &file);
 | 
          
            | 86 |  
 | 86 |  
 | 
          
            | 87 | 	void _adjustFile(const Utils::String &sFile, SDiffFile *pDiff, bool bReverse);
 | 87 | 	void _adjustFile(const Utils::String &sFile, SDiffFile *pDiff, bool bReverse);
 | 
          
            | 88 | 	bool _adjustTShips(SDiffFile *pDiff, bool bReserve);
 | 88 | 	bool _adjustTShips(SDiffFile *pDiff, bool bReserve);
 |