| 163 | } |
| 164 | |
| 165 | void** FeedbackXBOBT::Alloc(void) |
| 166 | { |
| 167 | FeedbackXBOBT *me = new FeedbackXBOBT(); |
| 168 | if (!me) { |
| 169 | return NULL; |
| 170 | } |
| 171 | return (void **)(&me->iIOCFPlugInInterface.pseudoVTable); |
| 172 | } |
| 173 | |
| 174 | IOReturn FeedbackXBOBT::Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected