1 /* $Id: router_flexml.hpp,v 1.6 2005-11-10 23:10:42 adam Exp $
2 Copyright (c) 2005, Index Data.
11 #include <boost/scoped_ptr.hpp>
15 class RouterFleXML : public yp2::Router
19 RouterFleXML(std::string xmlconf);
23 virtual const filter::Base *move(const filter::Base *filter,
24 const Package *package) const;
26 boost::scoped_ptr<Rep> m_p;
35 * indent-tabs-mode: nil
36 * c-file-style: "stroustrup"
38 * vim: shiftwidth=4 tabstop=8 expandtab