Subversion Repositories spk

Rev

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

Rev 82 Rev 83
Line 420... Line 420...
420
 
420
 
421
	infile.close();
421
	infile.close();
422
 
422
 
423
	return file;
423
	return file;
424
}
424
}
-
 
425
 
425
std::vector<CyString> *CFileIO::ReadLines()
426
std::vector<CyString> *CFileIO::ReadLines()
426
{
427
{
427
	if ( m_sFilename.empty() ) return 0;
428
	if ( m_sFilename.empty() ) return 0;
428
 
429
 
429
	std::vector<CyString> *file = new std::vector<CyString>;
430
	std::vector<CyString> *file = new std::vector<CyString>;