X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_http_file.hpp;h=416ee7d636c35a789e15d364dba2e405dfd1501c;hb=3a00bf973f23db9335f99684b05a699ff4c5414c;hp=7dd628226ddf79c3e03fd25b4ae1252d5f0ee6d0;hpb=ab8cc809fd30019282584dbb2572bf38f6bd910d;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_file.hpp b/src/filter_http_file.hpp index 7dd6282..416ee7d 100644 --- a/src/filter_http_file.hpp +++ b/src/filter_http_file.hpp @@ -1,7 +1,22 @@ -/* $Id: filter_http_file.hpp,v 1.2 2006-01-25 11:28:23 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: filter_http_file.hpp,v 1.7 2007-05-09 21:23:09 adam Exp $ + Copyright (c) 2005-2007, Index Data. -%LICENSE% +This file is part of Metaproxy. + +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 +Software Foundation; either version 2, or (at your option) any later +version. + +Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +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. */ #ifndef FILTER_HTTP_FILE_HPP @@ -11,24 +26,24 @@ #include "filter.hpp" -namespace yp2 { +namespace metaproxy_1 { namespace filter { class HttpFile : public Base { class Rep; - class Area; + struct Area; class Mime; boost::scoped_ptr m_p; public: HttpFile(); ~HttpFile(); - void process(yp2::Package & package) const; + void process(metaproxy_1::Package & package) const; void configure(const xmlNode * ptr); }; } } extern "C" { - extern struct yp2_filter_struct yp2_filter_http_file; + extern struct metaproxy_1_filter_struct metaproxy_1_filter_http_file; } #endif