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

Method ~UpdateReceiver

dds/InfoRepo/UpdateReceiver_T.cpp:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template<class DataType>
41UpdateReceiver<DataType>::~UpdateReceiver()
42{
43 if (OpenDDS::DCPS::DCPS_debug_level > 0) {
44 ACE_DEBUG((LM_DEBUG,
45 ACE_TEXT("(%P|%t) UpdateReceiver::~UpdateReceiver()\n")));
46 }
47
48 // Cleanly terminate.
49 this->stop();
50 this->wait();
51}
52
53template<class DataType>
54int

Callers

nothing calls this directly

Calls 2

stopMethod · 0.95
waitMethod · 0.45

Tested by

no test coverage detected