MCPcopy Create free account
hub / github.com/KDE/kdiff3 / release

Method release

diff_ext_for_kdiff3/server.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void
209SERVER::release() {
210 InterlockedDecrement(&_reference_count);
211
212 //if(InterlockedDecrement((LPLONG)&_reference_count) == 0)
213 // delete this;
214}
215
216void SERVER::logMessage( const char* function, const char* file, int line, const tstring& msg )
217{

Callers 4

~DIFF_EXTMethod · 0.80
~CLASS_FACTORYMethod · 0.80
FileAccessMethod · 0.80
fileaccess.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected