| 52 | |
| 53 | template<class DataType> |
| 54 | int |
| 55 | UpdateReceiver<DataType>::open(void*) |
| 56 | { |
| 57 | if (OpenDDS::DCPS::DCPS_debug_level > 0) { |
| 58 | ACE_DEBUG((LM_DEBUG, |
| 59 | ACE_TEXT("(%P|%t) UpdateReceiver::open()\n"))); |
| 60 | } |
| 61 | |
| 62 | // Run as a separate thread. |
| 63 | return this->activate(); |
| 64 | } |
| 65 | |
| 66 | template<class DataType> |
| 67 | int |
no test coverage detected