| 10050 | } |
| 10051 | |
| 10052 | Rtr* Attachment::remoteTransaction(ITransaction* apiTra) |
| 10053 | { |
| 10054 | Transaction* rt = remoteTransactionInterface(apiTra); |
| 10055 | return rt ? rt->getTransaction() : NULL; |
| 10056 | } |
| 10057 | |
| 10058 | Transaction* Attachment::remoteTransactionInterface(ITransaction* apiTra) |
| 10059 | { |
no test coverage detected