| 129 | } |
| 130 | |
| 131 | ReferenceCounterDebugger::~ReferenceCounterDebugger() |
| 132 | { |
| 133 | IDebug* d = MasterInterfacePtr()->getDebug(); |
| 134 | if (d) |
| 135 | d->pop(this); |
| 136 | } |
| 137 | |
| 138 | ReferenceCounterDebugger* ReferenceCounterDebugger::get(DebugEvent code) |
| 139 | { |
nothing calls this directly
no test coverage detected