Subversion Repositories spk

Rev

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

Rev 8 Rev 9
Line 180... Line 180...
180
 
180
 
181
	void MergePackage(CBaseFile *p);
181
	void MergePackage(CBaseFile *p);
182
 
182
 
183
	// old conversion functions
183
	// old conversion functions
184
	bool convertOld(const Utils::String &sOldFilename);
184
	bool convertOld(const Utils::String &sOldFilename);
-
 
185
	static CSpkFile *convertFromOld(const Utils::String &sOldFilename);
185
 
186
 
186
protected:
187
protected:
187
	virtual void Delete ();
188
	virtual void Delete ();
188
	virtual void SetDefaults ();
189
	virtual void SetDefaults ();
189
	virtual bool CheckHeader(CyString header);
190
	virtual bool CheckHeader(CyString header);