X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdynamic.h;h=51aaaa3cd261963e294476fb0252aa300df44e26;hb=1200d6285b1d64699c6fa2c8241e2ee40f52d2a3;hp=727ed11e1576b37856426e0f35840010aea97358;hpb=bfaf7e3b27981a5144faba6d17c6e29fac735dbb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/dynamic.h b/include/dynamic.h index 727ed11e1..51aaaa3cd 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -137,6 +137,9 @@ template class CoreExport DLLFactory : public DLLManager } } + /** Calls the 'init_module' C exported function within a module, which + * returns a pointer to a Module derived object. + */ ReturnType* CallInit() { if(init_func) @@ -157,3 +160,4 @@ template class CoreExport DLLFactory : public DLLManager }; #endif +