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