From: stephan b. <sg...@us...> - 2004-12-28 20:20:28
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29270/src/System Modified Files: Makefile.toc Log Message: Added SystemClock. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.toc 28 Dec 2004 18:39:43 -0000 1.15 +++ Makefile.toc 28 Dec 2004 20:20:18 -0000 1.16 @@ -56,6 +56,7 @@ Pipe.posix.cpp \ Semaphore.posix.cpp \ SharedMemory.posix.cpp \ + SystemClock.posix.cpp \ Thread.posix.cpp SOURCES_WIN32 = Condition.win32.cpp \ |