OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.28k stars 463 forks source link

ValueDispatcher assumes pointer is KeyOnly #4606

Closed jrw972 closed 2 weeks ago

jrw972 commented 2 weeks ago

Problem

The ValueDispatcher code assumes the value indicated by the void is a KeyOnly. This is incorrect as the void is a T.

Solution

Assume the void is a T and construct the KeyOnly.