From: Marc D. <ma...@us...> - 2005-02-14 19:13:44
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2659/include/pclasses/System Modified Files: Makefile.am Added Files: Ps2Device.h Log Message: added System::Ps2Device --- NEW FILE: Ps2Device.h --- (This appears to be a binary file; contents omitted.) Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 14 Feb 2005 18:40:38 -0000 1.9 +++ Makefile.am 14 Feb 2005 19:13:35 -0000 1.10 @@ -5,4 +5,4 @@ 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 ThreadKey.h StorageDevice.h \ - IdeDevice.h EventQueue.h + IdeDevice.h Ps2Device.h EventQueue.h |