| 291 | } |
| 292 | |
| 293 | inline void |
| 294 | ProxyTransaction::cancel_active_timeout() |
| 295 | { |
| 296 | if (_proxy_ssn) { |
| 297 | _proxy_ssn->cancel_active_timeout(); |
| 298 | } |
| 299 | } |
| 300 | |
| 301 | // See if we need to schedule on the primary thread for the transaction or change the thread that is associated with the VC. |
| 302 | // If we reschedule, the scheduled action is returned. Otherwise, NULL is returned |