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

Method AddRef

diff_ext_for_kdiff3/class_factory.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36STDMETHODIMP_(ULONG)
37CLASS_FACTORY::AddRef() {
38 return InterlockedIncrement((LPLONG)&_ref_count);
39}
40
41STDMETHODIMP_(ULONG)
42CLASS_FACTORY::Release() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected