| 2499 | } |
| 2500 | |
| 2501 | bool |
| 2502 | TAO_DDS_DCPSInfo_i::init_dispatchChecking(const ACE_Time_Value& delay) |
| 2503 | { |
| 2504 | if (this->dispatch_check_timer_id_ != -1) return false; // already scheduled |
| 2505 | |
| 2506 | ACE_Reactor* reactor = this->orb_->orb_core()->reactor(); |
| 2507 | |
| 2508 | this->dispatch_check_timer_id_ = reactor->schedule_timer(this, this, delay, delay); |
| 2509 | return this->dispatch_check_timer_id_ != -1; |
| 2510 | } |
| 2511 | |
| 2512 | void |
| 2513 | TAO_DDS_DCPSInfo_i::finalize() |