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

Method release

examples/interfaces/08.events.cpp:95–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 virtual int release()
96 {
97 if (--refCounter == 0)
98 {
99 delete this;
100 return 0;
101 }
102 else
103 return 1;
104 }
105
106 private:
107 ~Event()

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
processMethod · 0.45
~EventMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
printMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected