Changeset 10227 for OpenSceneGraph/trunk/include/osgDB/Registry
- Timestamp:
- 05/18/09 12:28:14 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/Registry (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/Registry
r10174 r10227 328 328 } 329 329 330 /** Set the callback to use inform the DatabasePager whether a file is located on local or remote file system. .*/330 /** Set the callback to use inform the DatabasePager whether a file is located on local or remote file system.*/ 331 331 void setFileLocationCallback( FileLocationCallback* cb) { _fileLocationCallback = cb; } 332 332 333 /** Get the callback to use inform the DatabasePager whether a file is located on local or remote file system. .*/333 /** Get the callback to use inform the DatabasePager whether a file is located on local or remote file system.*/ 334 334 FileLocationCallback* getFileLocationCallback() const { return _fileLocationCallback.get(); } 335 335
