Update of /cvsroot/pclasses/pclasses2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14702/src
Modified Files:
Makefile.am
Removed Files:
Char.cpp IODevice.cpp String.cpp TextStream.cpp
Log Message:
Moved IODevice, IOError into P::IO namespace. Moved Char, String,
TextStream into P::Unicode namespace.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am 22 Dec 2004 17:54:34 -0000 1.1.1.1
+++ Makefile.am 23 Dec 2004 04:32:17 -0000 1.2
@@ -7,6 +7,6 @@
lib_LTLIBRARIES = libpclasses.la
libpclasses_la_SOURCES = Alloc.cpp Exception.cpp AtomicInt.gcc-x86.cpp \
- ByteOrderTraits.cpp Char.cpp String.cpp TextStream.cpp LinkedItem.cpp IODevice.cpp
+ ByteOrderTraits.cpp LinkedItem.cpp
-SUBDIRS = Unicode . System Net Util
+SUBDIRS = . Unicode IO System Net Util
--- String.cpp DELETED ---
--- Char.cpp DELETED ---
--- TextStream.cpp DELETED ---
--- IODevice.cpp DELETED ---
|