Subversion Repositories spk

Rev

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

Rev 7 Rev 8
Line 179... Line 179...
179
	virtual int GetType () { return TYPE_SPK; }
179
	virtual int GetType () { return TYPE_SPK; }
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(CyString &sOldFilename);
184
	bool convertOld(const Utils::String &sOldFilename);
185
	unsigned char *uncompressOldFile(const CyString &sOldFilename, int *pLen);
-
 
186
 
185
 
187
protected:
186
protected:
188
	virtual void Delete ();
187
	virtual void Delete ();
189
	virtual void SetDefaults ();
188
	virtual void SetDefaults ();
190
	virtual bool CheckHeader(CyString header);
189
	virtual bool CheckHeader(CyString header);
191
 
190
 
192
	// old conversion functions
191
	// old conversion functions
-
 
192
	unsigned char *_convert_uncompressFile(const Utils::String &sOldFilename, int *pLen);
193
	void _convert_parse(const CyString &sCmd, const CyString &sRest, bool bVerbose);
193
	void _convert_parse(const Utils::String &sCmd, const Utils::String &sRest, bool bVerbose);
194
	CyString _convert_fileEndString(const CyString &sFile);
194
	Utils::String _convert_fileEndString(const Utils::String &sFile);
195
	int _convert_fileType(const CyString &sFile);
195
	int _convert_fileType(const Utils::String &sFile);
196
	CyString _convert_parseFilename(const CyString &sRest, float fVersion, CyString *pDir);
196
	Utils::String _convert_parseFilename(const Utils::String &sRest, float fVersion, Utils::String *pDir);
197
	unsigned char *_convert_parseFile(const CyString &s_Cmd, const CyString &s_Rest, float fVersion, unsigned char *d, bool bVerbose );
197
	unsigned char *_convert_parseFile(const Utils::String &s_Cmd, const Utils::String &s_Rest, float fVersion, unsigned char *d, bool bVerbose );
198
 
198
 
199
	// varibles
199
	// varibles
200
	CyString m_sOtherAuthor;
200
	CyString m_sOtherAuthor;
201
	CyString m_sOtherName;
201
	CyString m_sOtherName;
202
	CyString m_sScriptType;
202
	CyString m_sScriptType;