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

Method registerTransaction

src/yvalve/why.cpp:3951–3958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3949}
3950
3951ITransaction* MasterImplementation::registerTransaction(IAttachment* attachment,
3952 ITransaction* transaction)
3953{
3954 ITransaction* rc = FB_NEW YTransaction(static_cast<YAttachment*>(attachment), transaction);
3955 rc->addRef();
3956 transaction->addRef();
3957 return rc;
3958}
3959
3960
3961//-------------------------------------

Callers 1

setTransactionMethod · 0.45

Calls 2

YTransactionClass · 0.70
addRefMethod · 0.45

Tested by

no test coverage detected