X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.hpp;h=cfed735769b5f948adb31c59be9f6abb7d927731;hb=af59428fe05b7b4de234fac1b89e464fc914cf8b;hp=d01d13c303c60f4bfaa8e0626ab6312c42a47ae9;hpb=48f4e384860829966eacf4881fbf1ccbed38be6a;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.hpp b/src/factory_static.hpp index d01d13c..cfed735 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,16 +1,31 @@ -/* $Id: factory_static.hpp,v 1.2 2006-01-04 14:15:45 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 : public FilterFactory { +namespace metaproxy_1 { + class FactoryStatic : public FactoryFilter { public: FactoryStatic(); };