From: <mk...@us...> - 2003-10-10 01:54:30
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv4295/Include/SimData Modified Files: Tag: b0_4_0 Composite.h Log Message: Index: Composite.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/Composite.h,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** Composite.h 10 Oct 2003 01:50:02 -0000 1.1.2.6 --- Composite.h 10 Oct 2003 01:54:26 -0000 1.1.2.7 *************** *** 534,538 **** class FindAllVisitor: public V { public: ! typedef std::vector< Ref<N> > NodeList; /** The search condition. --- 534,538 ---- class FindAllVisitor: public V { public: ! typedef std::vector< simdata::Ref<N> > NodeList; /** The search condition. |