From: Christian P. <cp...@us...> - 2005-01-06 17:03:12
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17417/include/pclasses Modified Files: Makefile.am Log Message: Added Callback.h, Signal.h Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 27 Dec 2004 07:07:19 -0000 1.3 +++ Makefile.am 6 Jan 2005 17:03:02 -0000 1.4 @@ -6,4 +6,4 @@ 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 Phoenix.h Factory.h \ - Time.h Date.h DateTime.h TimeSpan.h + Time.h Date.h DateTime.h TimeSpan.h Callback.h Signal.h |