From 3a9ac70f9448ca50502aef4a0ffd9956fbeac01b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 10 Mar 2010 14:44:12 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/introspection/osgDB/ReaderWriter.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/osgWrappers/introspection/osgDB/ReaderWriter.cpp b/src/osgWrappers/introspection/osgDB/ReaderWriter.cpp index 1263b0866..19277e71a 100644 --- a/src/osgWrappers/introspection/osgDB/ReaderWriter.cpp +++ b/src/osgWrappers/introspection/osgDB/ReaderWriter.cpp @@ -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);