Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv5993
Modified Files:
BaseObject.h
Log Message:
Compatiblity patch to osg 0.9.2 with respect to osg::Switch
Index: BaseObject.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include/BaseObject.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** BaseObject.h 13 Dec 2002 01:20:57 -0000 1.5
--- BaseObject.h 14 Dec 2002 18:47:53 -0000 1.6
***************
*** 129,133 ****
void ShowRepresentant(unsigned short const p_usflag)
{
! //m_rpSwitch->setAllChildrenOff();
m_rpSwitch->setValue(1-p_usflag, false);
m_rpSwitch->setValue(p_usflag, true);
--- 129,133 ----
void ShowRepresentant(unsigned short const p_usflag)
{
! //m_rpSwitch->setAllChildrenOff();
m_rpSwitch->setValue(1-p_usflag, false);
m_rpSwitch->setValue(p_usflag, true);
|