| 2670 | } |
| 2671 | |
| 2672 | JTransaction* JTransaction::validate(CheckStatusWrapper* user_status, IAttachment* testAtt) |
| 2673 | { |
| 2674 | // Do not raise error in status - just return NULL if attachment does not match |
| 2675 | return (sAtt && sAtt->getInterface() == testAtt) ? this : NULL; |
| 2676 | } |
| 2677 | |
| 2678 | JTransaction* JTransaction::enterDtc(CheckStatusWrapper* user_status) |
| 2679 | { |
no test coverage detected