From: stephan b. <sg...@us...> - 2004-12-26 17:34:18
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4879/src Modified Files: Makefile.toc Log Message: added Time*.cpp, Date.cpp Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.toc 26 Dec 2004 04:43:51 -0000 1.10 +++ Makefile.toc 26 Dec 2004 17:34:08 -0000 1.11 @@ -8,8 +8,11 @@ SOURCES = Alloc.cpp \ AtomicInt.gcc-x86.cpp \ ByteOrderTraits.cpp \ + Date.cpp \ Exception.cpp \ - LinkedItem.cpp + LinkedItem.cpp \ + Time.cpp \ + TimeSpan.cpp # will move to IO: IODevice.cpp # will move to Unicode: Char.cpp String.cpp TextStream.cpp |