| 373 | namespace TAO { |
| 374 | |
| 375 | DDS::DynamicTypeSupport_ptr Objref_Traits<DDS::DynamicTypeSupport>::duplicate(DDS::DynamicTypeSupport_ptr p) |
| 376 | { |
| 377 | return DDS::DynamicTypeSupport::_duplicate(p); |
| 378 | } |
| 379 | |
| 380 | void Objref_Traits<DDS::DynamicTypeSupport>::release(DDS::DynamicTypeSupport_ptr p) |
| 381 | { |
no outgoing calls
no test coverage detected