| 73 | } |
| 74 | |
| 75 | void |
| 76 | InfoRepo::run() |
| 77 | { |
| 78 | this->shutdown_complete_ = false; |
| 79 | this->orb_->run(); |
| 80 | this->finalize(); |
| 81 | ACE_GUARD(ACE_Thread_Mutex, g, this->lock_); |
| 82 | this->shutdown_complete_ = true; |
| 83 | this->cond_.signal(); |
| 84 | } |
| 85 | |
| 86 | void |
| 87 | InfoRepo::finalize() |