Update of /cvsroot/simspark/simspark/spark/zeitgeist
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14965/spark/zeitgeist
Modified Files:
leaf.h
Log Message:
- merged ROSIMPORTER_XLAB bracnh
Index: leaf.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/leaf.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** leaf.h 17 May 2007 17:46:45 -0000 1.3
--- leaf.h 15 Jun 2007 08:48:18 -0000 1.4
***************
*** 130,134 ****
if (recursive)
{
! return (*i)->FindChildSupportingClass<CLASS>(recursive);
}
}
--- 130,138 ----
if (recursive)
{
! child = (*i)->FindChildSupportingClass<CLASS>(recursive);
! if (child.get() != 0)
! {
! return child;
! }
}
}
|