X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frouter_flexml.hpp;h=814d4c13b33454578bb84b00077e61a940112379;hb=14d0e634d5061208301502d813d488d1e82f190b;hp=14e368c17ca2a12fd82a07278a3e154c7517be92;hpb=6ed3503878603e0bae8ab0ee62bf900b3a60f2ca;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index 14e368c..814d4c1 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -1,4 +1,4 @@ -/* $Id: router_flexml.hpp,v 1.7 2005-12-08 15:34:08 adam Exp $ +/* $Id: router_flexml.hpp,v 1.9 2006-01-04 14:30:51 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -6,6 +6,8 @@ #include "router.hpp" +#include "factory_filter.hpp" + #include #include @@ -16,7 +18,7 @@ namespace yp2 { class Rep; public: - RouterFleXML(std::string xmlconf); + RouterFleXML(std::string xmlconf, yp2::FactoryFilter &factory); ~RouterFleXML();