mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Misc.
This commit is contained in:
parent
2fcbc4f430
commit
f65d84596b
@ -172,10 +172,10 @@ public:
|
|||||||
virtual void FB_CARG registerPluginFactory(unsigned int interfaceType, const char* defaultName,
|
virtual void FB_CARG registerPluginFactory(unsigned int interfaceType, const char* defaultName,
|
||||||
IPluginFactory* factory) = 0;
|
IPluginFactory* factory) = 0;
|
||||||
// Sets cleanup for plugin module
|
// Sets cleanup for plugin module
|
||||||
// Pay attention - this should be called at plugin-regsiter time!
|
// Pay attention - this should be called at plugin-register time!
|
||||||
// Only at this moment manager knows, which module sets his cleanup
|
// Only at this moment manager knows, which module sets his cleanup
|
||||||
virtual void FB_CARG registerModule(IPluginModule* cleanup) = 0;
|
virtual void FB_CARG registerModule(IPluginModule* cleanup) = 0;
|
||||||
// Remove registered before cleanup routine.
|
// Remove registered module before cleanup routine.
|
||||||
// This method must be called by module which detects that it's unloaded,
|
// This method must be called by module which detects that it's unloaded,
|
||||||
// but not notified prior to it by PluginManager via IPluginModule.
|
// but not notified prior to it by PluginManager via IPluginModule.
|
||||||
virtual void FB_CARG unregisterModule(IPluginModule* cleanup) = 0;
|
virtual void FB_CARG unregisterModule(IPluginModule* cleanup) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user