filter factory in working shape, see example in test_filer_factory.cpp
authorMarc Cromme <marc@indexdata.dk>
Sat, 29 Oct 2005 22:23:36 +0000 (22:23 +0000)
committerMarc Cromme <marc@indexdata.dk>
Sat, 29 Oct 2005 22:23:36 +0000 (22:23 +0000)
commit7467b072bb64f5c8575daa9917cce7df62d832f1
treed32d1c0b01440826a389c3995e44ceeccb83432a
parent8a595f41f5eaaa7ef846a697cfe4466ea57d224a
filter factory in working shape, see example in test_filer_factory.cpp
added member function const std::string type() const to all filters in both hpp and test code
16 files changed:
src/.cvsignore
src/Makefile.am
src/ex_filter_frontend_net.cpp
src/filter.cpp [new file with mode: 0644]
src/filter.hpp
src/filter_backend_test.hpp
src/filter_frontend_net.hpp
src/filter_log.hpp
src/filter_virt_db.hpp
src/filter_z3950_client.hpp
src/test_filter1.cpp
src/test_filter2.cpp
src/test_filter_factory.cpp
src/test_filter_frontend_net.cpp
src/test_filter_log.cpp
src/test_router_flexml.cpp