Subversion Repositories spk

Rev

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

Rev 50 Rev 116
Line 61... Line 61...
61
	const CInstallText  *uninstallText	() const { return _pUninstallText; }
61
	const CInstallText  *uninstallText	() const { return _pUninstallText; }
62
	int					 pluginType		() const { return _iPluginType; }
62
	int					 pluginType		() const { return _iPluginType; }
63
	bool				 hasChanged		() const { return _bChanged; }
63
	bool				 hasChanged		() const { return _bChanged; }
64
 
64
 
65
	//setters
65
	//setters
66
	void setName			( const Utils::String &str ) { _changed(); _sName = str.remove ( '|' ); }
66
	void setName			( const Utils::String &str ) { 
-
 
67
		_changed(); _sName = str.remove ( '|' ); 
-
 
68
	}
67
	void setVersion			( const Utils::String &str ) { _changed(); _sVersion = str; }
69
	void setVersion			( const Utils::String &str ) { _changed(); _sVersion = str; }
68
	void setAuthor			( const Utils::String &str ) { _changed(); _sAuthor = str.remove ( '|' ); }
70
	void setAuthor			( const Utils::String &str ) { _changed(); _sAuthor = str.remove ( '|' ); }
69
	void setWebAddress		( const Utils::String &str ) { _changed(); _sWebAddress = str; }
71
	void setWebAddress		( const Utils::String &str ) { _changed(); _sWebAddress = str; }
70
	void setWebSite			( const Utils::String &str ) { _changed(); _sWebSite = str; }
72
	void setWebSite			( const Utils::String &str ) { _changed(); _sWebSite = str; }
71
	void setEmail			( const Utils::String &str ) { _changed(); _sEmail = str; }
73
	void setEmail			( const Utils::String &str ) { _changed(); _sEmail = str; }