19 #ifndef FILTER_FRONTEND_NET_HPP
20 #define FILTER_FRONTEND_NET_HPP
22 #include <boost/scoped_ptr.hpp>
27 #include <metaproxy/filter.hpp>
29 namespace metaproxy_1 {
39 boost::scoped_ptr<Rep>
m_p;
43 void process(metaproxy_1::Package & package)
const;
44 void configure(
const xmlNode * ptr,
bool test_only,
50 void set_ports(std::vector<std::string> &ports);