X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.hpp;h=26d9fbe3e67aeeec2542eae79fc33857869e905f;hb=a8f363a4b0d94a46640144e2d521c070f61e5b6e;hp=d01d13c303c60f4bfaa8e0626ab6312c42a47ae9;hpb=48f4e384860829966eacf4881fbf1ccbed38be6a;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.hpp b/src/factory_static.hpp index d01d13c..26d9fbe 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,16 +1,28 @@ -/* $Id: factory_static.hpp,v 1.2 2006-01-04 14:15:45 adam Exp $ - Copyright (c) 2005, Index Data. +/* This file is part of Metaproxy. + Copyright (C) 2005-2008 Index Data -%LICENSE% - */ +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 this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 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(); };