Subversion Repositories tpanel

Rev

Rev 76 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 93
Line 557... Line 557...
557
 
557
 
558
void TSubPage::runTimer()
558
void TSubPage::runTimer()
559
{
559
{
560
    DECL_TRACER("TSubPage::runTimer()");
560
    DECL_TRACER("TSubPage::runTimer()");
561
 
561
 
-
 
562
    if (mTimerRunning)
-
 
563
        return;
-
 
564
 
562
    mTimerRunning = true;
565
    mTimerRunning = true;
563
    ulong tm = mSubpage.timeout * 100;
566
    ulong tm = mSubpage.timeout * 100;
564
    ulong unit = 100;
567
    ulong unit = 100;
565
    ulong total = 0;
568
    ulong total = 0;
566
 
569