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

Method Alloc

Feedback360/Feedback360.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152IOCFPlugInInterface** Feedback360::Alloc(void)
153{
154 Feedback360 *me = new Feedback360();
155 if (!me) {
156 return NULL;
157 }
158 return (IOCFPlugInInterface **)(&me->iIOCFPlugInInterface.pseudoVTable);
159}
160
161IOReturn Feedback360::Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected