Marged new getLibaryMethod added by Daniel.

This commit is contained in:
Robert Osfield
2003-03-10 11:57:17 +00:00
parent efea365412
commit ebbd03c114
2 changed files with 58 additions and 20 deletions

View File

@@ -51,6 +51,9 @@ class OSGDB_EXPORT DynamicLibrary : public osg::Referenced
protected:
/** get handle to library file */
static HANDLE getLibraryHandle( const std::string& libraryName);
/** disallow default constructor.*/
DynamicLibrary():osg::Referenced() {}
/** disallow copy constructor.*/