|
From: <mk...@us...> - 2003-03-28 11:18:36
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv17793
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CHANGES.current 27 Mar 2003 10:37:06 -0000 1.15
--- CHANGES.current 28 Mar 2003 11:18:28 -0000 1.16
***************
*** 2,5 ****
--- 2,11 ----
===========================
+ 2003-03-27: onsight
+ Added push_back() methods for int, double, and string to
+ InterfaceRegistry. These are needed for XML <List>'s of these
+ basic types. Lists of objects derived from BaseType already
+ worked.
+
2003-03-26: onsight
Modified setup.py to byte compile the python scripts during
|