From 152c999f99efe748be4ff24b085369ab381c24a9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 5 Dec 2006 22:10:36 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgDB/DatabasePager.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/osgWrappers/osgDB/DatabasePager.cpp b/src/osgWrappers/osgDB/DatabasePager.cpp index af066596c..955379bd2 100644 --- a/src/osgWrappers/osgDB/DatabasePager.cpp +++ b/src/osgWrappers/osgDB/DatabasePager.cpp @@ -17,6 +17,7 @@ #include #include #include +#include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN @@ -56,6 +57,10 @@ BEGIN_OBJECT_REFLECTOR(osgDB::DatabasePager) __void__requestNodeFile__C5_std_string_R1__osg_Group_P1__float__C5_osg_FrameStamp_P1, "Add a request to load a node file to end the the database request list. ", ""); + I_Method5(void, requestNodeFile, IN, const std::string &, fileName, IN, osg::Group *, group, IN, float, priority, IN, const osg::FrameStamp *, framestamp, IN, osgDB::ReaderWriter::Options *, loadOptions, + __void__requestNodeFile__C5_std_string_R1__osg_Group_P1__float__C5_osg_FrameStamp_P1__ReaderWriter_Options_P1, + "", + ""); I_Method0(void, run, __void__run, "Run does the database paging. ",