Router stores filters in a sequence. For now packages just point
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Oct 2005 12:55:20 +0000 (12:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Oct 2005 12:55:20 +0000 (12:55 +0000)
commitbf8d8e49d8c9a4713b4c56b668846ccd733f136d
tree207bd7f23aa41708310fa1f3ecf67a93149b206c
parentace216a7a0ef96f3af0bbddd5ba454ef4efa5be2
Router stores filters in a sequence. For now packages just point
the filters that is currently handling. That might be improved by
an interator. Changed the move function to return a Package reference.
Added two check programs.
src/Makefile.am
src/design.h
src/design_main.cpp
src/test_filter1.cpp [new file with mode: 0644]
src/test_filter2.cpp [new file with mode: 0644]