| 519 | |
| 520 | |
| 521 | void DtcStart::addAttachment(CheckStatusWrapper* status, IAttachment* att) |
| 522 | { |
| 523 | this->addWithTpb(status, att, 0, NULL); |
| 524 | } |
| 525 | |
| 526 | void DtcStart::addWithTpb(CheckStatusWrapper* status, IAttachment* att, |
| 527 | unsigned length, const unsigned char* tpb) |
nothing calls this directly
no test coverage detected