X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_filter.hpp;h=eee155d2da45c15deece0d5a4ffad3775401803b;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=9c0050b3a24e3bdda8597675a13e7a3aae986a11;hpb=b1fd6c16f885972e0a68591b115edf120ffd7b21;p=metaproxy-moved-to-github.git diff --git a/src/factory_filter.hpp b/src/factory_filter.hpp index 9c0050b..eee155d 100644 --- a/src/factory_filter.hpp +++ b/src/factory_filter.hpp @@ -37,17 +37,17 @@ namespace metaproxy_1 { class Rep; public: /// true if registration ok - + FactoryFilter(); ~FactoryFilter(); bool add_creator(const std::string &fi, CreateFilterCallback cfc); - + bool drop_creator(std::string fi); - + metaproxy_1::filter::Base* create(std::string fi); bool exist(std::string fi); - + bool add_creator_dl(const std::string &fi, const std::string &path); bool have_dl_support();