* This method must be implemented when you hook HOOK_TXN_CLOSE */
| 149 | * This method must be implemented when you hook HOOK_TXN_CLOSE |
| 150 | */ |
| 151 | virtual void |
| 152 | handleTxnClose(Transaction &transaction) |
| 153 | { |
| 154 | transaction.resume(); |
| 155 | }; |
| 156 | |
| 157 | /** |
| 158 | * This method must be implemented when you hook HOOK_SELECT_ALT |
no test coverage detected