|
From: Frank V. C. <fr...@us...> - 2000-10-14 11:49:37
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv10085/clfw Modified Files: Makefile.am Number.hpp Log Message: 116227 Release 0.2.1 Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.am 2000/10/04 05:20:26 1.7 --- Makefile.am 2000/10/14 11:49:33 1.8 *************** *** 18,21 **** --- 18,23 ---- FrameworkEntity.hpp \ Number.hpp \ + RealNumber.hpp \ + Integer.hpp \ Makefile.am Index: Number.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Number.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Number.hpp 2000/10/04 05:20:26 1.1 --- Number.hpp 2000/10/14 11:49:33 1.2 *************** *** 89,92 **** --- 89,97 ---- //@} + /** @name Data members for Meta access + */ + //@{ + //@} + protected: |