Changeset 10174 for OpenSceneGraph/trunk/include/osgDB/DatabasePager
- Timestamp:
- 05/11/09 13:39:12 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/DatabasePager (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/DatabasePager
r10171 r10174 66 66 virtual void requestNodeFile(const std::string& fileName,osg::Group* group, 67 67 float priority, const osg::FrameStamp* framestamp, 68 osg::ref_ptr<osg::Referenced>& databaseRequest);69 70 virtual void requestNodeFile(const std::string& fileName,osg::Group* group,71 float priority, const osg::FrameStamp* framestamp,72 68 osg::ref_ptr<osg::Referenced>& databaseRequest, 73 Options* loadOptions);69 const osg::Referenced* options); 74 70 75 71 /** Set the priority of the database pager thread(s).*/
