Update of /cvsroot/pclasses/pclasses2/include/pclasses/Util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22756
Modified Files:
Makefile.am
Removed Files:
Variant.h LexT.h
Log Message:
- Removed Variant.h it had the same functionality than LexT
- Removed LexT.h it now lives in the core module
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Util/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 16 Jan 2005 00:08:11 -0000 1.5
+++ Makefile.am 1 Jul 2005 14:03:25 -0000 1.6
@@ -2,4 +2,4 @@
INCLUDES =
METASOURCES = AUTO
-pclasses_util_include_HEADERS = Any.h LexT.h ManagedThread.h Prefs.h SimplePropertyStore.h SimpleArgvParser.h StringTool.h ThreadPool.h Variant.h WorkQueue.h
+pclasses_util_include_HEADERS = Any.h ManagedThread.h Prefs.h SimplePropertyStore.h SimpleArgvParser.h StringTool.h ThreadPool.h WorkQueue.h
--- Variant.h DELETED ---
--- LexT.h DELETED ---
|