Simplified process interface. Private sub class Worker.
[metaproxy-moved-to-github.git] / src / test_filter1.cpp
index b78a18a..2983c8a 100644 (file)
@@ -12,9 +12,7 @@ using namespace boost::unit_test;
 
 class TFilter: public yp2::Filter {
 public:
-    yp2::Package & process(yp2::Package & package) const {
-       return package;
-    };
+    void process(yp2::Package & package) const {};
 };