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

Method AddRef

diff_ext_for_kdiff3/diff_ext.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66STDMETHODIMP_(ULONG)
67DIFF_EXT::AddRef()
68{
69 return InterlockedIncrement((LPLONG)&_ref_count);
70}
71
72STDMETHODIMP_(ULONG)
73DIFF_EXT::Release()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected