[Debtags-commits] [svn] r1693 - in tagcoll/2.0: . tagcoll

Enrico Zini enrico at costa.debian.org
Tue May 2 23:21:55 UTC 2006


Author: enrico
Date: Tue May  2 23:21:54 2006
New Revision: 1693

Added:
   tagcoll/2.0/tagcoll/setutils.h
Removed:
   tagcoll/2.0/tagcoll/OpSet.h
Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/tagcoll/Makefile.am
   tagcoll/2.0/tagcoll/ReadonlyCollection.h
Log:
 r2557 at viaza:  enrico | 2006-05-03 00:37:53 +0200
 Renamed OpSet into setutils


Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am	(original)
+++ tagcoll/2.0/tagcoll/Makefile.am	Tue May  2 23:21:54 2006
@@ -7,7 +7,7 @@
 # Include the .cc files that contain template definitions
 tagcollinclude_HEADERS = \
 		stringf.h \
-		OpSet.h \
+		setutils.h \
 		ParserBase.h \
 		MemParserInput.h \
 		StringParserInput.h \

Modified: tagcoll/2.0/tagcoll/ReadonlyCollection.h
==============================================================================
--- tagcoll/2.0/tagcoll/ReadonlyCollection.h	(original)
+++ tagcoll/2.0/tagcoll/ReadonlyCollection.h	Tue May  2 23:21:54 2006
@@ -24,8 +24,7 @@
  */
 
 #include <tagcoll/Consumer.h>
-#include <tagcoll/OpSet.h>
-#include <wibble/operators.h>
+#include <tagcoll/setutils.h>
 
 namespace tagcoll
 {



More information about the Debtags-commits mailing list