|
From: Christian P. <cp...@us...> - 2005-01-14 14:54:20
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20953/include/pclasses Modified Files: Makefile.am Log Message: Added PropertyMap.h Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 11 Jan 2005 14:53:47 -0000 1.6 +++ Makefile.am 14 Jan 2005 14:54:07 -0000 1.7 @@ -7,4 +7,4 @@ 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 Callback.h Signal.h \ - Trace.h + Trace.h PropertyMap.h |