changed: in Request:
removed start_tm added start_date (PT::Date) changed: in Session: removed: tm_time added: start_date (PT::Date) renamed: time -> start_time the same is for last_time now we have (last_time and last_date) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@838 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -85,7 +85,6 @@ void Request::Clear()
|
||||
using_ssl = false;
|
||||
|
||||
start_time = 0;
|
||||
memset(&start_tm, 0, sizeof(start_tm));
|
||||
start_date.Clear();
|
||||
|
||||
subdomain.clear();
|
||||
@@ -99,7 +98,6 @@ void Request::RequestStarts()
|
||||
// so starting is much faster
|
||||
|
||||
start_time = std::time(0);
|
||||
start_tm = Time(start_time);
|
||||
start_date = start_time;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user