Type: recommended
         Title: Multiple event dispatching
     Posted by: [EMAIL PROTECTED]
      Affected: dependent on vcl
Effective from: CWS vcl60


*Summary*
--------
-Applicatiion::Yield()
-Application::Reschedule()
+Application::Yield(bool)
+Application::Reschedule(bool)

*Description*
-------------
Application::Yield and Application::Reschedule now have a bool
parameter that if set to true causes them to dispatch any pending
system events instead of just one. The default for the parameter is
false as to not change the default parameter.

This is for avoiding things like

for(int i = 0; i < 100; i++)
  Application::Reschedule()

which are occasionally to be found in code. If you happen to see any
of those places left please replace them.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to