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

Method close

dds/InfoRepo/UpdateReceiver_T.cpp:67–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template<class DataType>
67int
68UpdateReceiver<DataType>::close(u_long /* flags */)
69{
70 if (OpenDDS::DCPS::DCPS_debug_level > 0) {
71 ACE_DEBUG((LM_DEBUG,
72 ACE_TEXT("(%P|%t) UpdateReceiver::close()\n")));
73 }
74
75 while (this->queue_.size()) {
76 delete this->queue_.front().first;
77 delete this->queue_.front().second;
78 this->queue_.pop_front();
79 }
80
81 return 0;
82}
83
84template<class DataType>
85void

Callers 1

handle_inputMethod · 0.45

Calls 2

pop_frontMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected