added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@663 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -33,7 +33,9 @@ void signal_term(int)
|
||||
{
|
||||
plugin.Call(WINIX_CLOSE);
|
||||
app.Close();
|
||||
log << log1 << "winix stopped" << logend << logsave;
|
||||
|
||||
log.PutDate(log1);
|
||||
log << "winix stopped" << logend << logsave;
|
||||
|
||||
// !! sprawdzic czemu ta flaga zatrzymania nie dzialala
|
||||
// i sprobowac pozbyc sie tego exita tutaj
|
||||
@@ -101,7 +103,8 @@ int main(int argv, char ** argc)
|
||||
signal(SIGTERM, signal_term);
|
||||
signal(SIGINT, signal_term);
|
||||
|
||||
log << log1 << "winix started" << logend << logsavenow;
|
||||
log.PutDate(log1);
|
||||
log << "winix started" << logend << logsavenow;
|
||||
|
||||
// !! wywalic to sprawdzanie
|
||||
//log << log2 << "checking for table consistency:" << logend;
|
||||
@@ -112,7 +115,9 @@ int main(int argv, char ** argc)
|
||||
|
||||
plugin.Call(WINIX_CLOSE);
|
||||
app.Close();
|
||||
log << log1 << "winix stopped" << logend << logsave;
|
||||
|
||||
log.PutDate(log1);
|
||||
log << "winix stopped" << logend << logsave;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user