MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ~SyncClient_i

Method ~SyncClient_i

performance-tests/DCPS/Sync/SyncClient_i.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

unregisterMethod · 0.45
destroyMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected