Changes between Version 54 and Version 55 of rfc24_progressive_data_support


Ignore:
Timestamp:
Sep 2, 2008, 4:33:32 PM (16 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v54 v55  
    4141
    4242   // optional : invoke a thread to execute communication to the server, and update the window when the thread terminates
     43   update = true;
    4344
    4445   while (ctx-> status != IO_COMPLETE)
     
    5253      if (bCancel || viewChanged)
    5354      {
     55         update = false;
    5456         ctx -> CancelIO();
    5557         break;
     
    5759   }
    5860
    59    if (!viewChanged)
     61   if (update)
    6062     updateDisplay()
    6163