RouterFleXML now reads XML simple config and make proper runtime
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jan 2006 13:43:59 +0000 (13:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jan 2006 13:43:59 +0000 (13:43 +0000)
commitec5548301e2549fc0f8d2f962aade24cb6f90d1b
tree62b7392e44b02643043dd3c7e6c662780ba358e7
parent0e4bd2f722c9cf0a83e7e4ef3d936c60c9419add
RouterFleXML now reads XML simple config and make proper runtime
routing. Program ex_router_flexml ../etc/config0.xml works as
expected. The router now creates a state object, RoutePos, for each
managed package. This object serves as a cursor/iterator for it.
20 files changed:
etc/config0.xml [new file with mode: 0644]
etc/config1.xml
src/Makefile.am
src/ex_filter_frontend_net.cpp
src/ex_router_flexml.cpp
src/filter.hpp
src/filter_frontend_net.cpp
src/filter_frontend_net.hpp
src/filter_z3950_client.cpp
src/package.cpp
src/package.hpp
src/router.hpp
src/router_chain.cpp
src/router_chain.hpp
src/router_flexml.cpp
src/router_flexml.hpp
src/test_filter2.cpp
src/test_router_flexml.cpp
src/xmlutil.cpp [new file with mode: 0644]
src/xmlutil.hpp [new file with mode: 0644]