summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 09:03:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 09:03:57 +0200
commit6e2469e60215d7d3d2557ce74370ff32d4442d7c (patch)
treecd4a9c46b9518f8c055cd33f4c58a9e71626df59 /src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp
parente41aee814d41ada4bb9651f8837d1d7b272820f9 (diff)
downloadcrawler-6e2469e60215d7d3d2557ce74370ff32d4442d7c.tar.gz
crawler-6e2469e60215d7d3d2557ce74370ff32d4442d7c.tar.bz2
more reduction of module code and fixed dependency problem when building
Diffstat (limited to 'src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp')
-rw-r--r--src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp b/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp
index a037aff..5bd454c 100644
--- a/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp
+++ b/src/modules/urlnormalizer/simpleurl/SimpleURLNormalizer.hpp
@@ -18,6 +18,6 @@ class SimpleURLNormalizer : public URLNormalizer {
void normalizePath( std::string &path );
};
-extern "C" ModuleRegistry<URLNormalizer> registry;
+DECLARE_MODULE( URLNormalizer )
#endif