|
From: <mk...@us...> - 2003-06-20 02:37:22
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv8554 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** CHANGES.current 10 Jun 2003 23:45:20 -0000 1.39 --- CHANGES.current 20 Jun 2003 02:37:19 -0000 1.40 *************** *** 2,5 **** --- 2,13 ---- =========================== + 2003-06-19: onsight + Fixed a bug in Link::unpack(). The Object::postCreate() method + was not being called correctly for immediate Objects (those + declared directly in the XML stream rather than by reference to + an external xml file). This primarily affected Link<T>::vector + members, where T was a class derived from Object and the <Object> + tag occured inside the <List> tag in a single XML file. + 2003-06-11: delta Removed help methods ... from Math.h. |