From Bart Gallet, updates to VisualStudo .dsp's to keep things compiling under Windows.

This commit is contained in:
Robert Osfield
2003-07-15 09:39:45 +00:00
parent 953ac782ac
commit b2e5e09c28
6 changed files with 52 additions and 433 deletions

View File

@@ -91,13 +91,7 @@ class OSGPRODUCER_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseReques
void compileRenderingObjects(osg::State& state);
protected :
virtual ~DatabasePager() {}
// make friends with helper classes defined in DatabasePager.cpp.
class FindCompileableRenderingObjectsVisitor;
class FindPagedLODsVisitor;
public:
typedef std::vector< osg::ref_ptr<osg::PagedLOD> > PagedLODList;
@@ -107,6 +101,11 @@ class OSGPRODUCER_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseReques
typedef std::map< unsigned int, DataToCompile > DataToCompileMap;
typedef std::set<unsigned int> ActiveGraphicsContexts;
protected :
virtual ~DatabasePager() {}
struct DatabaseRequest : public osg::Referenced
{