| 129 | } |
| 130 | |
| 131 | inline ProxyTransaction * |
| 132 | HttpUserAgent::get_txn() const |
| 133 | { |
| 134 | return m_txn; |
| 135 | } |
| 136 | |
| 137 | inline void |
| 138 | HttpUserAgent::set_txn(ProxyTransaction *txn, TransactionMilestones &milestones) |
no outgoing calls
no test coverage detected