diff --git a/src/osgWrappers/osg/Image.cpp b/src/osgWrappers/osg/Image.cpp index 297d68f7c..0b8a6724a 100644 --- a/src/osgWrappers/osg/Image.cpp +++ b/src/osgWrappers/osg/Image.cpp @@ -352,16 +352,6 @@ BEGIN_OBJECT_REFLECTOR(osg::Image) __C5_PixelBufferObject_P1__getPixelBufferObject, "Get the const PixelBufferObject. ", ""); - I_Method1(void, setCallUpdateInDraw, IN, bool, flag, - Properties::NON_VIRTUAL, - __void__setCallUpdateInDraw__bool, - "", - ""); - I_Method0(bool, getCallUpdateInDraw, - Properties::NON_VIRTUAL, - __bool__getCallUpdateInDraw, - "", - ""); I_Method1(void, update, IN, const osg::FrameStamp *, fs, Properties::VIRTUAL, __void__update__C5_osg_FrameStamp_P1, @@ -410,9 +400,6 @@ BEGIN_OBJECT_REFLECTOR(osg::Image) I_SimpleProperty(osg::Image::AllocationMode, AllocationMode, __AllocationMode__getAllocationMode, __void__setAllocationMode__AllocationMode); - I_SimpleProperty(bool, CallUpdateInDraw, - __bool__getCallUpdateInDraw, - __void__setCallUpdateInDraw__bool); I_SimpleProperty(GLenum, DataType, __GLenum__getDataType, __void__setDataType__GLenum); diff --git a/src/osgWrappers/osgDB/Registry.cpp b/src/osgWrappers/osgDB/Registry.cpp index f0a6f67b7..a11c46d3c 100644 --- a/src/osgWrappers/osgDB/Registry.cpp +++ b/src/osgWrappers/osgDB/Registry.cpp @@ -374,6 +374,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Registry) __void__setAuthenticationMap__AuthenticationMap_P1, "Set the password map to be used by plugins when access files from secure locations. ", ""); + I_Method0(osgDB::AuthenticationMap *, getAuthenticationMap, + Properties::NON_VIRTUAL, + __AuthenticationMap_P1__getAuthenticationMap, + "Get the password map to be used by plugins when access files from secure locations. ", + ""); I_Method0(const osgDB::AuthenticationMap *, getAuthenticationMap, Properties::NON_VIRTUAL, __C5_AuthenticationMap_P1__getAuthenticationMap, @@ -578,7 +583,7 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Registry) "", ""); I_SimpleProperty(osgDB::AuthenticationMap *, AuthenticationMap, - 0, + __AuthenticationMap_P1__getAuthenticationMap, __void__setAuthenticationMap__AuthenticationMap_P1); I_SimpleProperty(osgDB::ReaderWriter::Options::BuildKdTreesHint, BuildKdTreesHint, __ReaderWriter_Options_BuildKdTreesHint__getBuildKdTreesHint,