#include <mxsPlugin.h>
Public Member Functions |
|
| PluginClassDefPLCB2 () | |
| int | Priority () |
| void | proc (ILoad *iload) |
| PluginClassDefPLCB2 | ( | ) | [inline] |
{ }
| int Priority | ( | ) | [inline, virtual] |
Reimplemented from PostLoadCallback.
{ return 10; }
| void proc | ( | ILoad * | iload | ) | [inline, virtual] |
| iload | This class provides methods to load data from disk. |
Implements PostLoadCallback.
{
#ifdef _DEBUG
if (dump_load_postload_callback_order)
DebugPrint(_M("MXS: PostLoadCallback2 run: thePluginClassDefPLCB2\n"));
#endif
MSPluginClass::post_load(iload,1);
}