Subversion Repositories spk

Rev

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

Rev 51 Rev 52
Line 143... Line 143...
143
	/// reading of files
143
	/// reading of files
144
	virtual bool ParseValueLine(const Utils::String &line);
144
	virtual bool ParseValueLine(const Utils::String &line);
145
 
145
 
146
	// writing of files
146
	// writing of files
147
	virtual Utils::String CreateValuesLine () const;
147
	virtual Utils::String CreateValuesLine () const;
148
	bool WriteHeader ( FILE *id, int, int );
148
	bool WriteHeader(CFileIO &file, int iHeader, int iLength);
149
 
149
 
150
	SWares *FindWare(const Utils::String &id) const;
150
	SWares *FindWare(const Utils::String &id) const;
151
	void AddWare(const Utils::String &sWareLine);
151
	void AddWare(const Utils::String &sWareLine);
152
	void AddWareText(const Utils::String &sText);
152
	void AddWareText(const Utils::String &sText);
153
	void AddWare(SWares *pWare);
153
	void AddWare(SWares *pWare);