Changeset 11193
- Timestamp:
- 03/10/10 15:44:12 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/introspection/osgDB/ReaderWriter.cpp
r10967 r11193 264 264 I_EnumLabel(osgDB::ReaderWriter::ReadResult::ERROR_IN_READING_FILE); 265 265 I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_REQUESTED); 266 I_EnumLabel(osgDB::ReaderWriter::ReadResult::INSUFFICIENT_MEMORY_TO_LOAD); 266 267 END_REFLECTOR 267 268 … … 417 418 "", 418 419 ""); 420 I_Method0(bool, notEnoughMemory, 421 Properties::NON_VIRTUAL, 422 __bool__notEnoughMemory, 423 "", 424 ""); 419 425 I_SimpleProperty(osgDB::Archive *, Archive, 420 426 __osgDB_Archive_P1__getArchive,
