Update of /cvsroot/pclasses/pclasses2/include/pclasses/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21882/include/pclasses/System
Modified Files:
Makefile.am
Added Files:
IdeDevice.h
Log Message:
added System::IdeDevice
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 7 Feb 2005 18:41:06 -0000 1.8
+++ Makefile.am 14 Feb 2005 18:40:38 -0000 1.9
@@ -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 \
- EventQueue.h
+ IdeDevice.h EventQueue.h
--- NEW FILE: IdeDevice.h ---
(This appears to be a binary file; contents omitted.)
|