X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.hpp;h=cfed735769b5f948adb31c59be9f6abb7d927731;hb=637a685d61a9ff0e3f398a59da426979815c4d68;hp=9433979acee0f914faa7534d07c9aa5328459d13;hpb=63ea8aedbfd7dc56ab28dbc82c38b4458dcecb68;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.hpp b/src/factory_static.hpp index 9433979..cfed735 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,18 +1,33 @@ -/* $Id: factory_static.hpp,v 1.1 2006-01-04 11:19:04 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: factory_static.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 FACTORY_STATIC_HPP #define FACTORY_STATIC_HPP -#include "filter_factory.hpp" +#include "factory_filter.hpp" -namespace yp2 { - class FactoryStatic { +namespace metaproxy_1 { + class FactoryStatic : public FactoryFilter { public: - FactoryStatic(yp2::FilterFactory &factory); + FactoryStatic(); }; }