X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.cpp;h=e367020274f628097c16e9e6b95dda555ff48312;hb=743341841a21a695d08c99b27a30329119030db5;hp=4d47dabd2ebc96b255b0817cd2b165da655bbade;hpb=0d7d33a12b14cb26fdb922f42bb84dff33354ce7;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.cpp b/src/filter_template.cpp index 4d47dab..e367020 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_template.cpp,v 1.2 2005-12-11 17:20:18 adam Exp $ +/* $Id: filter_template.cpp,v 1.6 2006-01-09 21:20:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,7 +7,6 @@ #include "config.hpp" #include "filter.hpp" -#include "router.hpp" #include "package.hpp" #include @@ -37,12 +36,25 @@ yf::Template::~Template() { // must have a destructor because of boost::scoped_ptr } -void yf::Template::process(Package &package) const +void yf::Template::process(yp2::Package &package) const { // Z_GDU *gdu = package.request().get(); package.move(); } +static yp2::filter::Base* filter_creator() +{ + return new yp2::filter::Template; +} + +extern "C" { + struct yp2_filter_struct yp2_filter_template = { + 0, + "template", + filter_creator + }; +} + /* * Local variables: