Subversion Repositories spk

Rev

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

Rev 130 Rev 134
Line 8... Line 8...
8
 
8
 
9
namespace SPK {
9
namespace SPK {
10
 
10
 
11
void AddLogEntry(int type, CyString args, CyStringList *errors)
11
void AddLogEntry(int type, CyString args, CyStringList *errors)
12
{
12
{
13
	if ( errors ) errors->PushBack(args, ERRORLOG(type));
13
	if ( errors ) errors->PushBack(args, ERRORLOG_OLD(type));
14
}
14
}
15
 
15
 
16
 
16
 
17
COriginalFiles::COriginalFiles(const Utils::String &dir) : _sDir(dir)
17
COriginalFiles::COriginalFiles(const Utils::String &dir) : _sDir(dir)
18
{
18
{