BUG: Missing lookup_instance in DataReaderImpl.hpp

2 posts / 0 new
Last post
Offline
Last seen: 6 years 5 months ago
Joined: 09/17/2015
Posts: 53
BUG: Missing lookup_instance in DataReaderImpl.hpp

Hello,

In DataReaderImpl.hpp the following code is missing at line 502:

dds::core::InstanceHandle lookup_instance(const T& key)
{
DDS_InstanceHandle_t native_handle =
DDS_DataReader_lookup_instance_untypedI(
native_reader(), (void *) &key);

return dds::core::InstanceHandle(native_handle);
}

 

Offline
Last seen: 1 week 5 hours ago
Joined: 04/02/2013
Posts: 195

Hi,

You're exactly right. We've fixed this bug (CORE-6877) for the upcoming release.

Thank you.

Alex