MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / finalize

Method finalize

dds/InfoRepo/DCPSInfo_i.cpp:2512–2528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2510}
2511
2512void
2513TAO_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
2530const DCPS_IR_Domain_Map&
2531TAO_DDS_DCPSInfo_i::domains() const

Callers

nothing calls this directly

Calls 1

reactorMethod · 0.45

Tested by

no test coverage detected