Made getLibrary public.

This commit is contained in:
Robert Osfield
2003-08-21 19:23:24 +00:00
parent 02561a96c7
commit 12133c6db5

View File

@@ -191,6 +191,8 @@ class OSGDB_EXPORT Registry : public osg::Referenced
/** Remove all objects in the cache regardless of having external references or expiry times.*/
void clearObjectCache();
/** get the attached library with specified name.*/
DynamicLibrary* getLibrary(const std::string& fileName);
protected:
@@ -211,7 +213,6 @@ class OSGDB_EXPORT Registry : public osg::Referenced
/** get the attached library with specified name.*/
DynamicLibraryList::iterator getLibraryItr(const std::string& fileName);
DynamicLibrary* getLibrary(const std::string& fileName);
bool _createNodeFromImage;