From: Christian P. <cp...@us...> - 2004-12-23 04:32:58
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14702/include/pclasses Modified Files: Makefile.am Removed Files: Char.h IODevice.h String.h TextStream.h Log Message: Moved IODevice, IOError into P::IO namespace. Moved Char, String, TextStream into P::Unicode namespace. --- Char.h DELETED --- --- IODevice.h DELETED --- Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/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:39 -0000 1.1.1.1 +++ Makefile.am 23 Dec 2004 04:32:15 -0000 1.2 @@ -1,8 +1,8 @@ -SUBDIRS = System Net Util +SUBDIRS = Unicode IO System Net Util INCLUDES = METASOURCES = AUTO pkginclude_HEADERS = Exception.h IntTypes.h ScopedArrayPtr.h ScopedPtr.h \ SharedPtr.h Alloc.h SourceInfo.h Atomic.h AtomicTraits.h ValueType.h LockTraits.h \ - ByteOrderTraits.h BasicTypes.h Vector.h Algorithm.h TypeTraits.h Char.h TextStream.h \ - Stack.h LinkedItem.h Pair.h IntTypeLimits.h Queue.h String.h IntrusivePtr.h \ - CircularQueue.h List.h IODevice.h NonCopyable.h + ByteOrderTraits.h BasicTypes.h Vector.h Algorithm.h TypeTraits.h \ + Stack.h LinkedItem.h Pair.h IntTypeLimits.h Queue.h IntrusivePtr.h \ + CircularQueue.h List.h NonCopyable.h --- String.h DELETED --- --- TextStream.h DELETED --- |