X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.cpp;h=76b6cc51bea2040138be2ca9d97c52c29fa9112e;hb=48303fd661d8987d0ad1211180b36cd7c2484d46;hp=c595d6ca82f17d2c3f83b3a15233fbb64953b084;hpb=03e2fc2fbd11931ca4183c3f1fb678f09eb5403e;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.cpp b/src/filter_log.cpp index c595d6c..76b6cc5 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,7 +1,5 @@ -/* $Id: filter_log.cpp,v 1.35 2008-02-27 11:08:49 adam Exp $ - Copyright (c) 2005-2008, Index Data. - -This file is part of Metaproxy. +/* This file is part of Metaproxy. + Copyright (C) 2005-2011 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 @@ -14,14 +12,13 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Metaproxy; see the file LICENSE. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - */ +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ -#include "filter_log.hpp" #include "config.hpp" -#include "package.hpp" +#include "filter_log.hpp" +#include #include #include @@ -29,8 +26,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include "gduutil.hpp" -#include "util.hpp" -#include "xmlutil.hpp" +#include +#include #include #include @@ -112,7 +109,8 @@ yf::Log::~Log() { // must have a destructor because of boost::scoped_ptr } -void yf::Log::configure(const xmlNode *xmlnode, bool test_only) +void yf::Log::configure(const xmlNode *xmlnode, bool test_only, + const char *path) { m_p->configure(xmlnode); } @@ -492,8 +490,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +