From f1bd6a55af87e2ce4a53745200f2cd9b88dd242f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Jan 2008 21:29:00 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/OperationThread.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/osgWrappers/osg/OperationThread.cpp b/src/osgWrappers/osg/OperationThread.cpp index 0369747f1..a647b1788 100644 --- a/src/osgWrappers/osg/OperationThread.cpp +++ b/src/osgWrappers/osg/OperationThread.cpp @@ -87,6 +87,11 @@ BEGIN_OBJECT_REFLECTOR(osg::OperationQueue) __bool__empty, "Return true if the operation queue is empty. ", ""); + I_Method0(unsigned int, getNumOperationsInQueue, + Properties::NON_VIRTUAL, + __unsigned_int__getNumOperationsInQueue, + "Return the num of pending operations that are sitting in the OperationQueue. ", + ""); I_Method1(void, add, IN, osg::Operation *, operation, Properties::NON_VIRTUAL, __void__add__Operation_P1,