MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / PluginManagerInterfacePtr

Class PluginManagerInterfacePtr

src/common/classes/ImplementHelper.h:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236// Generic plugins interface access
237class PluginManagerInterfacePtr : public AccessAutoInterface<IPluginManager>
238{
239public:
240 PluginManagerInterfacePtr()
241 : AccessAutoInterface<IPluginManager>(getMasterInterface()->getPluginManager())
242 { }
243};
244
245
246// Control timer interface access

Callers 15

~rem_portMethod · 0.85
~CryptKeyCallbackMethod · 0.85
~BurpCryptMethod · 0.85
FB_PLUGIN_ENTRY_POINTFunction · 0.85
FB_PLUGIN_ENTRY_POINTFunction · 0.85
FB_PLUGIN_ENTRY_POINTFunction · 0.85
shutdownMethod · 0.85
lockAndReadHeaderMethod · 0.85
FB_PLUGIN_ENTRY_POINTFunction · 0.85
operator()Method · 0.85
closeAttachmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected