PluginManager.h (Firebird-3.0.2.32703-0.tar.bz2) | : | PluginManager.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 57 | skipping to change at line 57 | |||
IPluginFactory* factory); | IPluginFactory* factory); | |||
IConfig* getConfig(CheckStatusWrapper* status, const char* filename); | IConfig* getConfig(CheckStatusWrapper* status, const char* filename); | |||
void releasePlugin(IPluginBase* plugin); | void releasePlugin(IPluginBase* plugin); | |||
void registerModule(IPluginModule* module); | void registerModule(IPluginModule* module); | |||
void unregisterModule(IPluginModule* module); | void unregisterModule(IPluginModule* module); | |||
PluginManager(); | PluginManager(); | |||
static void shutdown(); | static void shutdown(); | |||
static void waitForType(unsigned int typeThatMustGoAway); | static void waitForType(unsigned int typeThatMustGoAway); | |||
static void threadDetach(); | ||||
}; | }; | |||
} // namespace Firebird | } // namespace Firebird | |||
#endif // YVALVE_PLUGIN_MANAGER_H | #endif // YVALVE_PLUGIN_MANAGER_H | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |