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

Method release

examples/replication/fbSampleReplicator.cpp:144–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144int ReplPlugin::release()
145{
146 WriteLog(log, "%p\trelease at %d\n", this, refCounter.load());
147 if (--refCounter == 0)
148 {
149 delete this;
150 return 0;
151 }
152 return 1;
153}
154
155void ReplPlugin::setOwner(IReferenceCounted* r)
156{

Callers 3

~ReplPluginMethod · 0.45
~ReplTransactionMethod · 0.45
dumpDataMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected