From f623f6e83f4b2de24762e7122557b93b9ecccf5f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 26 Jan 2009 10:52:16 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgAnimation/AnimationManager.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/osgWrappers/osgAnimation/AnimationManager.cpp b/src/osgWrappers/osgAnimation/AnimationManager.cpp index 4c7249666..d6ef7580d 100644 --- a/src/osgWrappers/osgAnimation/AnimationManager.cpp +++ b/src/osgWrappers/osgAnimation/AnimationManager.cpp @@ -11,7 +11,6 @@ #include #include -#include #include #include #include @@ -42,21 +41,16 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::AnimationManager) __bool__isSameKindAs__C5_osg_Object_P1, "", ""); - I_Method0(const char *, className, - Properties::VIRTUAL, - __C5_char_P1__className, - "return the name of the object's class type. ", - "Must be defined by derived classes. "); I_Method0(const char *, libraryName, Properties::VIRTUAL, __C5_char_P1__libraryName, "return the name of the object's library. ", "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. "); - I_Method1(void, accept, IN, osg::NodeVisitor &, nv, + I_Method0(const char *, className, Properties::VIRTUAL, - __void__accept__osg_NodeVisitor_R1, - "", - ""); + __C5_char_P1__className, + "return the name of the object's class type. ", + "Must be defined by derived classes. "); I_Constructor0(____AnimationManager, "", "");