| 1697 | |
| 1698 | |
| 1699 | Transaction* Transaction::validate(CheckStatusWrapper* /*status*/, IAttachment* testAtt) |
| 1700 | { |
| 1701 | return (transaction && remAtt == testAtt) ? this : NULL; |
| 1702 | } |
| 1703 | |
| 1704 | |
| 1705 | Transaction* Transaction::enterDtc(CheckStatusWrapper* status) |
no outgoing calls
no test coverage detected