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

Class UtilInterfacePtr

src/common/classes/ImplementHelper.h:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281// Misc utl access
282class UtilInterfacePtr : public AccessAutoInterface<IUtil>
283{
284public:
285 UtilInterfacePtr()
286 : AccessAutoInterface<IUtil>(getMasterInterface()->getUtilInterface())
287 { }
288};
289
290
291// When process exits, dynamically loaded modules (for us plugin modules)

Callers 6

open_filesFunction · 0.85
runSweepMethod · 0.85
API_ROUTINE isc_versionFunction · 0.85
any_text_dumpFunction · 0.85
any_text_loadFunction · 0.85
registerPluginFactoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected