Added testCancel() to DatabasePager::run() loop.

This commit is contained in:
Robert Osfield 2003-09-04 19:37:49 +00:00
parent f8107a39b9
commit 11d1faeeb1

View File

@ -197,6 +197,10 @@ void DatabasePager::run()
while(true)
{
// test to see if we need to exit.
testCancel();
//
// delete any children if required.
//