MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ReplTransaction

Method ~ReplTransaction

examples/replication/fbSampleReplicator.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262ReplTransaction::~ReplTransaction()
263{
264 WriteLog(parent->log, "%p\tTransaction destructed\n", this);
265 trans->release();
266 parent->release();
267}
268
269void ReplTransaction::dispose()
270{

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected