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

Enrico Zini enrico at costa.debian.org
Tue May 9 00:25:06 UTC 2006


Author: enrico
Date: Tue May  9 00:25:05 2006
New Revision: 1729

Added:
   tagcoll/2.0/tagcoll/stream/sink.cc
   tagcoll/2.0/tagcoll/stream/sink.h
Removed:
   tagcoll/2.0/tagcoll/sink.cc
   tagcoll/2.0/tagcoll/sink.h
Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/tagcoll/Makefile.am
   tagcoll/2.0/tagcoll/PatchCollection.cc
   tagcoll/2.0/tagcoll/filters.cc
Log:
 r2616 at viaza:  enrico | 2006-05-08 12:29:00 -0500
 Moved sink under stream/


Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am	(original)
+++ tagcoll/2.0/tagcoll/Makefile.am	Tue May  9 00:25:05 2006
@@ -12,7 +12,7 @@
 		StringParserInput.h \
 		StdioParserInput.h \
 		\
-		sink.h \
+		stream/sink.h \
 		Consumer.h \
 		ReadonlyCollection.h \
 		Collection.h \
@@ -58,7 +58,7 @@
 		StringParserInput.cc \
 		StdioParserInput.cc \
 		\
-		sink.cc \
+		stream/sink.cc \
 		Consumer.cc \
 		filters.cc \
 		Patches.cc \

Modified: tagcoll/2.0/tagcoll/PatchCollection.cc
==============================================================================
--- tagcoll/2.0/tagcoll/PatchCollection.cc	(original)
+++ tagcoll/2.0/tagcoll/PatchCollection.cc	Tue May  9 00:25:05 2006
@@ -18,7 +18,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <tagcoll/Consumer.h>
 #include <tagcoll/PatchCollection.h>
 
 #include <wibble/operators.h>

Modified: tagcoll/2.0/tagcoll/filters.cc
==============================================================================
--- tagcoll/2.0/tagcoll/filters.cc	(original)
+++ tagcoll/2.0/tagcoll/filters.cc	Tue May  9 00:25:05 2006
@@ -24,7 +24,7 @@
 
 #include <tests/test-utils.h>
 
-#include <tagcoll/sink.h>
+#include <tagcoll/stream/sink.h>
 #include <tagcoll/InputMerger.h>
 
 namespace wibble {



More information about the Debtags-commits mailing list