From: Christian P. <cp...@us...> - 2005-01-16 01:59:30
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16276/include/pclasses/System Modified Files: Makefile.am Log Message: Added ThreadKey.h, ThreadKey.posix.cpp Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 16 Jan 2005 00:08:09 -0000 1.5 +++ Makefile.am 16 Jan 2005 01:59:18 -0000 1.6 @@ -4,4 +4,4 @@ METASOURCES = AUTO pclasses_system_include_HEADERS = SystemError.h SharedMemory.h CriticalSection.h Mutex.h \ Condition.h Semaphore.h Thread.h SharedLib.h File.h FileInfo.h \ - Directory.h SystemClock.h ProcessIO.h Process.h + Directory.h SystemClock.h ProcessIO.h Process.h ThreadKey.h |