X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.cpp;h=e654a24ed3a8b5a9c4184afb64b181aa6ac4f76b;hb=8b1aea41996929289581cd25091af0e528e0019d;hp=c026184e7cb988e2b8223b21c392882872aed3ea;hpb=bbe527cd451b7d260381d36a161b09ed0ae5c6ca;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.cpp b/src/filter_template.cpp index c026184..e654a24 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -44,7 +44,7 @@ namespace metaproxy_1 { } // define Pimpl wrapper forwarding to Impl - + yf::Template::Template() : m_p(new Impl) { } @@ -75,7 +75,7 @@ yf::Template::Impl::Impl() } yf::Template::Impl::~Impl() -{ +{ } void yf::Template::Impl::configure(const xmlNode *xmlnode, bool test_only,