Use libyazpp6, libyaz5 and provide libmetaproxy5
[metaproxy-moved-to-github.git] / src / filter_template.cpp
index c026184..1fe1b55 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2012 Index Data
+   Copyright (C) 2005-2013 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,