moduleLoaderDLL.h
Go to the documentation of this file.
00001 #ifndef MODULE_LOADER_D_L_L_H
00002 #define MODULE_LOADER_D_L_L_H
00003 
00004 #include "moduleLoader.h"
00005 
00007 //UNFINISHED!
00008 class ModuleLoaderDLL : virtual public ModuleLoader
00009 {
00010    public:
00011       ModuleLoaderDLL();
00012       ~ModuleLoaderDLL();
00013 
00014       virtual void* getFunction(string fnString);
00015 
00016    protected:
00018       string soToDll(const string & libname);
00019 
00020 };
00021 
00022 #endif
00023 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


tfd_modules
Author(s): Maintained by Christian Dornhege (see AUTHORS file).
autogenerated on Tue Jan 22 2013 12:25:03