| 309 | } |
| 310 | |
| 311 | DataReader_ptr DynamicTypeSupport::create_datareader() |
| 312 | { |
| 313 | return new DynamicDataReaderImpl(); |
| 314 | } |
| 315 | |
| 316 | #ifndef OPENDDS_NO_MULTI_TOPIC |
| 317 | DataReader_ptr DynamicTypeSupport::create_multitopic_datareader() |
no outgoing calls
no test coverage detected