| 136 | } |
| 137 | |
| 138 | ReferenceCounterDebugger* ReferenceCounterDebugger::get(DebugEvent code) |
| 139 | { |
| 140 | IDebug* d = MasterInterfacePtr()->getDebug(); |
| 141 | return d ? d->get(code) : NULL; |
| 142 | } |
| 143 | |
| 144 | IDebug* getImpDebug() |
| 145 | { |
nothing calls this directly
no test coverage detected