moduleLoaderLDL.h
Go to the documentation of this file.
00001 #ifndef MODULE_LOADER_L_D_L_H
00002 #define MODULE_LOADER_L_D_L_H
00003 
00004 #include "moduleLoader.h"
00005 
00007 class ModuleLoaderLDL : virtual public ModuleLoader
00008 {
00009    public:
00010       ModuleLoaderLDL();
00011       ~ModuleLoaderLDL();
00012 
00013       virtual void* getFunction(string fnString);
00014 };
00015 
00016 #endif
00017 
 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