| 2510 | } |
| 2511 | |
| 2512 | void |
| 2513 | TAO_DDS_DCPSInfo_i::finalize() |
| 2514 | { |
| 2515 | if (reassociate_timer_id_ != -1) { |
| 2516 | ACE_Reactor* reactor = this->orb_->orb_core()->reactor(); |
| 2517 | |
| 2518 | reactor->cancel_timer(this->reassociate_timer_id_); |
| 2519 | this->reassociate_timer_id_ = -1; |
| 2520 | } |
| 2521 | |
| 2522 | if (dispatch_check_timer_id_ != -1) { |
| 2523 | ACE_Reactor* reactor = this->orb_->orb_core()->reactor(); |
| 2524 | |
| 2525 | reactor->cancel_timer(this->dispatch_check_timer_id_); |
| 2526 | this->dispatch_check_timer_id_ = -1; |
| 2527 | } |
| 2528 | } |
| 2529 | |
| 2530 | const DCPS_IR_Domain_Map& |
| 2531 | TAO_DDS_DCPSInfo_i::domains() const |