|
From: Frank V. C. <fr...@us...> - 2000-11-06 13:11:34
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv1521 Modified Files: README Log Message: 119868 Release 0.2.4 Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** README 2000/10/31 22:49:09 1.10 --- README 2000/11/06 13:11:30 1.11 *************** *** 18,28 **** 0. Pre-pre-amble ! We have been stocking up on the basic type wrappers in our drive ! 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 --- 18,26 ---- 0. Pre-pre-amble ! New interface on MetaType allows a dispatch without the need for providing a ! FrameworkEntity pointer. This enables static methods or functions that don't ! require the object to be called. ! See ChangeLog for more details Requirements |