|
From: Frank V. C. <fr...@us...> - 2000-10-31 01:38:26
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv10018 Modified Files: README Log Message: Release 0.2.3 Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** README 2000/10/27 10:51:58 1.8 --- README 2000/10/31 01:38:24 1.9 *************** *** 21,26 **** to provide frameworks with the ability to reason with objects dynamically. ! This release adds a number of new wrappers and enhancements to the MetaType that ! include type attribute declaration and accesor/mutators. Requirements --- 21,28 ---- to provide frameworks with the ability to reason with objects dynamically. ! Along those lines, this release adds the ability to define functions to ! the MetaType that can be called through a dispatch method. We have provided ! an example on how to do this in the testdrivers directory of the source ! distribution. Requirements *************** *** 29,33 **** libclfw requires libuuid ! libclfw-0.2.2 require libcorelinux at least 0.4.29 Documentation --- 31,35 ---- libclfw requires libuuid ! libclfw-0.2.3 require libcorelinux at least 0.4.29 Documentation |