| 65 | } |
| 66 | |
| 67 | SyncClient_i::~SyncClient_i (void) |
| 68 | { |
| 69 | shutdown_ = true; |
| 70 | |
| 71 | sync_server_->unregister (my_id_); |
| 72 | orb_->destroy (); |
| 73 | |
| 74 | this->wait (); |
| 75 | } |
| 76 | |
| 77 | void |
| 78 | SyncClient_i::way_point_reached (::Sync::WayPoint way_point) |
nothing calls this directly
no test coverage detected