Subversion Repositories spk

Rev

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

Rev 206 Rev 208
Line 249... Line 249...
249
{
249
{
250
	if ( bBefore ) pText->addBefore(iLang, sText);
250
	if ( bBefore ) pText->addBefore(iLang, sText);
251
	else pText->addAfter(iLang, sText);
251
	else pText->addAfter(iLang, sText);
252
}
252
}
253
 
253
 
-
 
254
void CCorePackage::addWebMirror(const Utils::WString& str)
-
 
255
{
-
 
256
	if (!_lMirrors.contains(str))
-
 
257
	{
-
 
258
		_lMirrors.pushBack(str, L"");
-
 
259
		_changed();
-
 
260
	}
-
 
261
}
-
 
262
 
-
 
263
void CCorePackage::removeWebMirror(const Utils::WString& str)
-
 
264
{
-
 
265
	_lMirrors.remove(str, true);
-
 
266
	_changed();
-
 
267
}
254
 
268
 
255
 
269
 
256
}}//NAMESPACE
270
}}//NAMESPACE