]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Revert earlier time() -> SI->Time() diff for now, this causes problems with dns.cpp...
[user/henk/code/inspircd.git] / include / dynamic.h
index 727ed11e1576b37856426e0f35840010aea97358..51aaaa3cd261963e294476fb0252aa300df44e26 100644 (file)
@@ -137,6 +137,9 @@ template <typename ReturnType> 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 <typename ReturnType> class CoreExport DLLFactory : public DLLManager
 };
 
 #endif
+