#include "mmsconfig/mmsplugindata.h"


Go to the source code of this file.
Classes | |
| class | IMMSImportPlugin |
Defines | |
| #define | MMS_EXPORT_IMPORT_PLUGIN(classname) extern "C" { IMMSImportPlugin *newImportPlugin() { return new classname; }} |
Typedefs | |
| typedef IMMSImportPlugin *(* | NEWIMPORTPLUGIN_PROC )() |
Functions | |
| IMMSImportPlugin * | newImportPlugin () |
| #define MMS_EXPORT_IMPORT_PLUGIN | ( | classname | ) | extern "C" { IMMSImportPlugin *newImportPlugin() { return new classname; }} |
Definition at line 47 of file immsimportplugin.h.
| typedef IMMSImportPlugin*(* NEWIMPORTPLUGIN_PROC)() |
Definition at line 50 of file immsimportplugin.h.
| IMMSImportPlugin* newImportPlugin | ( | ) |