MCPcopy Create free account
hub / github.com/360Controller/360Controller / Release

Method Release

Feedback360/Feedback360.cpp:138–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138ULONG Feedback360::Release()
139{
140 ULONG returnValue = fRefCount - 1;
141 if(returnValue > 0) {
142 fRefCount = returnValue;
143 } else if(returnValue == 0) {
144 fRefCount = returnValue;
145 delete this;
146 } else {
147 returnValue = 0;
148 }
149 return returnValue;
150}
151
152IOCFPlugInInterface** Feedback360::Alloc(void)
153{

Callers 3

sReleaseMethod · 0.45
Device_InitialiseFunction · 0.45
Device_FinaliseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected