Updated wrappers

This commit is contained in:
Robert Osfield 2010-03-10 14:44:12 +00:00
parent 53ae54aac8
commit 3a9ac70f94

View File

@ -263,6 +263,7 @@ BEGIN_ENUM_REFLECTOR(osgDB::ReaderWriter::ReadResult::ReadStatus)
I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_LOADED_FROM_CACHE);
I_EnumLabel(osgDB::ReaderWriter::ReadResult::ERROR_IN_READING_FILE);
I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_REQUESTED);
I_EnumLabel(osgDB::ReaderWriter::ReadResult::INSUFFICIENT_MEMORY_TO_LOAD);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::ReadResult)
@ -416,6 +417,11 @@ BEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::ReadResult)
__bool__notFound,
"",
"");
I_Method0(bool, notEnoughMemory,
Properties::NON_VIRTUAL,
__bool__notEnoughMemory,
"",
"");
I_SimpleProperty(osgDB::Archive *, Archive,
__osgDB_Archive_P1__getArchive,
0);