From: <mk...@us...> - 2003-02-10 05:16:24
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv7507 Modified Files: TODO Log Message: updated todo Index: TODO =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 28 Jan 2003 23:26:05 -0000 1.2 --- TODO 10 Feb 2003 05:16:19 -0000 1.3 *************** *** 35,39 **** * Improve the build on Linux. ! * Creae a build for Windows. * Install target to put SimData.py and _cSimData.so in --- 35,39 ---- * Improve the build on Linux. ! * Create a build for Windows. (in progress) * Install target to put SimData.py and _cSimData.so in *************** *** 53,67 **** * Consider eliminating pack/unpack object methods, instead using the interface proxy classes to serialize objects. This may be much less ! error-prone. > This is now partially implemented. I'm holding off on completing this feature for the time being. ! * Store path hash in loaded simdata::Object instances * Change getClassName() to return just the classname, without version ! number ! * Add getClassVersion() method to simdata::Object. Return "major:minor". --- 53,68 ---- * Consider eliminating pack/unpack object methods, instead using the interface proxy classes to serialize objects. This may be much less ! error-prone. (but perhaps too inflexible?) > This is now partially implemented. I'm holding off on completing this feature for the time being. ! * Store path hash in loaded simdata::Object instances (done) * Change getClassName() to return just the classname, without version ! number (done) ! * Add getClassVersion() method to simdata::Object. Return ! "major:minor". (done) |