| 196 | //} |
| 197 | |
| 198 | void TBF::mtDelete(bool forever) |
| 199 | { |
| 200 | devassert(! mtAttached); |
| 201 | //mtDetach(); // Did this already, but be safe and call again. |
| 202 | mtMS->msForgetTBF(this); |
| 203 | gL2MAC.macForgetTBF(this,forever); // TBF destruction happens in here. |
| 204 | } |
| 205 | |
| 206 | void MsgTransaction::text(std::ostream &os) const |
| 207 | { |
no test coverage detected