Updated wrappers

This commit is contained in:
Robert Osfield
2008-07-15 10:45:07 +00:00
parent 3e96a9d448
commit 59f6e0cdcf
3 changed files with 94 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgDB::Archive)
I_Method1(bool, acceptsExtension, IN, const std::string &, x,
Properties::VIRTUAL,
__bool__acceptsExtension__C5_std_string_R1,
"",
"return true if ReaderWriter accepts specified file extension. ",
"");
I_Method0(void, close,
Properties::PURE_VIRTUAL,