Moved Producer::Block temporarily into osgDB to ensure that osgDB isn't dependent

on Producer.
This commit is contained in:
Robert Osfield
2003-10-12 14:51:54 +00:00
parent 42eb39ef37
commit ea04f48251
2 changed files with 45 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ DatabasePager::DatabasePager()
//osg::notify(osg::INFO)<<"Constructing DatabasePager()"<<std::endl;
_frameNumber = 0;
_frameBlock = new Producer::Block;
_fileRequestListEmptyBlock = new Producer::Block;
_frameBlock = new Block;
_fileRequestListEmptyBlock = new Block;
_deleteRemovedSubgraphsInDatabaseThread = true;