| 22 | {} |
| 23 | |
| 24 | DDS::ReturnCode_t |
| 25 | TypeSupportImpl::register_type(DDS::DomainParticipant_ptr participant, |
| 26 | const char* type_name) |
| 27 | { |
| 28 | const char* const type = |
| 29 | (!type_name || !type_name[0]) ? name() : type_name; |
| 30 | return Registered_Data_Types->register_type(participant, type, this); |
| 31 | } |
| 32 | |
| 33 | DDS::ReturnCode_t |
| 34 | TypeSupportImpl::unregister_type(DDS::DomainParticipant_ptr participant, |