Added explicit calls cancel and wait until thread and no longer running to the

DatabasePager and TXP pager.
This commit is contained in:
Robert Osfield
2003-08-20 12:52:33 +00:00
parent 18abc3aff7
commit 1a68dd80d7
4 changed files with 31 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl
protected :
virtual ~DatabasePager() {}
virtual ~DatabasePager();
struct DatabaseRequest : public osg::Referenced
{