summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-23 14:51:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-23 14:51:02 +0200
commit0b538dba5762efbaea2d7e3b7cd42dc16136e4d2 (patch)
tree7fc120cc1e7af05fda95b892f3560e0d9f118ae3 /include
parent7e0f593e799c78c4e02b5174a2a15eb2e0ed616d (diff)
downloadcrawler-0b538dba5762efbaea2d7e3b7cd42dc16136e4d2.tar.gz
crawler-0b538dba5762efbaea2d7e3b7cd42dc16136e4d2.tar.bz2
..
Diffstat (limited to 'include')
-rwxr-xr-xinclude/module/ModuleLoader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/module/ModuleLoader.hpp b/include/module/ModuleLoader.hpp
index 0acc445..cf12a67 100755
--- a/include/module/ModuleLoader.hpp
+++ b/include/module/ModuleLoader.hpp
@@ -177,6 +177,8 @@ class BaseModuleLoader {
}
};
+// TODO: later: variadic template, too soon to be supported everywhere..
+
template< typename Interface, typename CtorParams = NullType >
class ModuleLoader;