| 210 | } |
| 211 | |
| 212 | void * |
| 213 | Transaction::getAtsHandle() const |
| 214 | { |
| 215 | return static_cast<void *>(state_->txn_); |
| 216 | } |
| 217 | |
| 218 | const std::list<atscppapi::TransactionPlugin *> & |
| 219 | Transaction::getPlugins() const |
no outgoing calls
no test coverage detected