X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_frontend_net.hpp;h=31becaa919a9bd00226246f06075bee4ddadf51f;hb=94731cca473cc9ce0cbda7a1b51ce4c0d509a15f;hp=2a68a91b7b7322af9011704f24b2f125cec0833e;hpb=7467b072bb64f5c8575daa9917cce7df62d832f1;p=metaproxy-moved-to-github.git diff --git a/src/filter_frontend_net.hpp b/src/filter_frontend_net.hpp index 2a68a91..31becaa 100644 --- a/src/filter_frontend_net.hpp +++ b/src/filter_frontend_net.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_frontend_net.hpp,v 1.6 2005-10-29 22:23:36 marc Exp $ +/* $Id: filter_frontend_net.hpp,v 1.7 2005-10-31 09:40:18 marc Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -18,9 +18,6 @@ namespace yp2 { public: FrontendNet::FrontendNet(); void process(yp2::Package & package) const; - const std::string type() const { - return "FrontendNet"; - }; private: int m_no_threads; std::vector m_ports;