| 39 | |
| 40 | template<class DataType> |
| 41 | UpdateReceiver<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 | |
| 53 | template<class DataType> |
| 54 | int |