Subversion Repositories spk

Rev

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

Rev 237 Rev 248
Line 212... Line 212...
212
 
212
 
213
	void SetProfileEnabled ( bool en ) { m_bProfile = en; }
213
	void SetProfileEnabled ( bool en ) { m_bProfile = en; }
214
	void SetEnabled ( bool en ) { m_bEnable = en; }
214
	void SetEnabled ( bool en ) { m_bEnable = en; }
215
	void SetModifiedEnabled ( bool en ) { m_bModifiedEnabled = en; }
215
	void SetModifiedEnabled ( bool en ) { m_bModifiedEnabled = en; }
216
	void SetGlobalEnabled ( bool en ) { m_bGlobal = en; }
216
	void SetGlobalEnabled ( bool en ) { m_bGlobal = en; }
-
 
217
	virtual void completeFile() { }
217
 
218
 
218
	int  GetLoadError() { return m_iLoadError; }
219
	int  GetLoadError() { return m_iLoadError; }
219
	void SetLoadError(int i) { m_iLoadError = i; }
220
	void SetLoadError(int i) { m_iLoadError = i; }
220
	Utils::WString createUpdateFile(const Utils::WString &dir) const;
221
	Utils::WString createUpdateFile(const Utils::WString &dir) const;
221
 
222