Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include/Theater
In directory sc8-pr-cvs1:/tmp/cvs-serv14821/Include/Theater
Modified Files:
FeatureLayout.h
Log Message:
Index: FeatureLayout.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Theater/FeatureLayout.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FeatureLayout.h 26 Jun 2003 09:25:45 -0000 1.1
--- FeatureLayout.h 22 Jul 2003 15:48:51 -0000 1.2
***************
*** 74,78 ****
* Get the FeatureModel.
*/
! simdata::Ref<FeatureModel const> getFeatureModel() const { return m_FeatureModel; }
/**
--- 74,78 ----
* Get the FeatureModel.
*/
! simdata::Ref<FeatureModel const> getFeatureModel() const;
/**
|