Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
STDMETHODIMP_(ULONG)
37
CLASS_FACTORY::AddRef() {
38
return InterlockedIncrement((LPLONG)&_ref_count);
39
}
40
41
STDMETHODIMP_(ULONG)
42
CLASS_FACTORY::Release() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected