Update of /cvsroot/pclasses/pclasses2/include/pclasses/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1682/include/pclasses/System
Modified Files:
Makefile.am
Added Files:
SerialDevice.h
Log Message:
added SerialDevice and Ps2Device adaptions
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 14 Feb 2005 19:13:35 -0000 1.10
+++ Makefile.am 14 Feb 2005 20:25:58 -0000 1.11
@@ -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 Ps2Device.h EventQueue.h
+ IdeDevice.h Ps2Device.h SerialDevice.h EventQueue.h
--- NEW FILE: SerialDevice.h ---
(This appears to be a binary file; contents omitted.)
|