From: <mk...@us...> - 2003-10-10 01:50:06
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv3769/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.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** Composite.h 18 Sep 2003 00:27:37 -0000 1.1.2.5 --- Composite.h 10 Oct 2003 01:50:02 -0000 1.1.2.6 *************** *** 519,526 **** /** Get the node that match the search condition, if any. */ ! Ref<N> getNode() const { return _node; } private: /// The matching node. ! Ref<N> _node; }; --- 519,526 ---- /** Get the node that match the search condition, if any. */ ! simdata::Ref<N> getNode() const { return _node; } private: /// The matching node. ! simdata::Ref<N> _node; }; |