Subversion Repositories spk

Rev

Rev 212 | Rev 217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 216
Line 322... Line 322...
322
 
322
 
323
	CBaseFile *findScriptByAuthor(const Utils::String &author, CBaseFile *prev = NULL);
323
	CBaseFile *findScriptByAuthor(const Utils::String &author, CBaseFile *prev = NULL);
324
	void RemoveFailedFiles();
324
	void RemoveFailedFiles();
325
 
325
 
326
private:
326
private:
327
	size_t _createCockpits(Utils::CStringList &list);
327
	size_t _createCockpits(Utils::WStringList &list);
328
 
328
 
329
	bool _checkForDisable(CBaseFile *package, bool disabled, CBaseFile *oldPackage);
329
	bool _checkForDisable(CBaseFile *package, bool disabled, CBaseFile *oldPackage);
330
	CBaseFile *_archive_fromRar(const Utils::String &filename, bool toInstall) const;
330
	CBaseFile *_archive_fromRar(const Utils::String &filename, bool toInstall) const;
331
	CBaseFile *_archive_fromZip(const Utils::String &filename, bool toInstall) const;
331
	CBaseFile *_archive_fromZip(const Utils::String &filename, bool toInstall) const;
332
	void _addToFakePatch(CBaseFile *pPackage);
332
	void _addToFakePatch(CBaseFile *pPackage);