projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655d20d
)
Include filter in the static factory
author
Jakub Skoczen
<jakub@indexdata.dk>
Tue, 7 May 2013 11:49:50 +0000
(13:49 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Tue, 7 May 2013 11:49:50 +0000
(13:49 +0200)
src/factory_static.cpp
patch
|
blob
|
history
diff --git
a/src/factory_static.cpp
b/src/factory_static.cpp
index
57636d6
..
f0ce36c
100644
(file)
--- a/
src/factory_static.cpp
+++ b/
src/factory_static.cpp
@@
-52,6
+52,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "filter_z3950_client.hpp"
#include "filter_zeerex_explain.hpp"
#include "filter_zoom.hpp"
+#include "filter_http_rewrite.hpp"
namespace mp = metaproxy_1;
@@
-83,6
+84,7
@@
mp::FactoryStatic::FactoryStatic()
&metaproxy_1_filter_z3950_client,
&metaproxy_1_filter_zeerex_explain,
&metaproxy_1_filter_zoom,
+ &metaproxy_1_filter_http_rewrite,
0
};
int i;