X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=78c261c7155417dd81b6c81127d620845133b24a;hb=b84218609efb976d5b5270bd9e95a3c421af3a13;hp=84d14910d3a1307458e93a3db71ee9af44ca2e17;hpb=a27375762602ee41a01282b59aae617c0764b38b;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index 84d1491..78c261c 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -8,11 +8,13 @@ #include "filter.hpp" namespace yp2 { - class FilterLog : public yp2::Filter { - public: - FilterLog::FilterLog(); - void process(yp2::Package & package) const; - }; + namespace filter { + class Log : public Base { + public: + Log::Log(); + void process(yp2::Package & package) const; + }; + } } #endif