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

Class DtcInterfacePtr

src/common/classes/ImplementHelper.h:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256// Distributed transactions coordinator access
257class DtcInterfacePtr : public AccessAutoInterface<IDtc>
258{
259public:
260 DtcInterfacePtr()
261 : AccessAutoInterface<IDtc>(getMasterInterface()->getDtc())
262 { }
263};
264
265
266// Dispatcher access

Callers 3

joinMethod · 0.85
joinMethod · 0.85
joinMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected