|
From: Frank V. C. <fr...@us...> - 2000-10-16 03:05:50
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv1892 Modified Files: Integer.cpp Makefile.am Added Files: ShortInteger.cpp Log Message: 116736 ShortInteger ***** Error reading new file: (2, 'No such file or directory') Index: Integer.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/Integer.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Integer.cpp 2000/10/14 11:41:46 1.1 --- Integer.cpp 2000/10/16 03:05:47 1.2 *************** *** 26,31 **** #endif ! #if !defined(__REALNUMBER_HPP) ! #include <RealNumber.hpp> #endif --- 26,31 ---- #endif ! #if !defined(__NUMBER_HPP) ! #include <Number.hpp> #endif *************** *** 50,54 **** OPEN_METATYPE_PARENTS( Integer ) ! DEFINE_METATYPE_PARENT( RealNumber ) CLOSE_METATYPE_PARENT; --- 50,54 ---- OPEN_METATYPE_PARENTS( Integer ) ! DEFINE_METATYPE_PARENT( Number ) CLOSE_METATYPE_PARENT; Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile.am 2000/10/14 11:49:34 1.6 --- Makefile.am 2000/10/16 03:05:47 1.7 *************** *** 18,22 **** Number.cpp \ RealNumber.cpp \ ! Integer.cpp LIBS = --- 18,23 ---- Number.cpp \ RealNumber.cpp \ ! Integer.cpp \ ! ShortInteger.cpp LIBS = |