| 861 | } |
| 862 | |
| 863 | DDS::ReturnCode_t compare_members(int& result, DDS::DynamicData_ptr a, DDS::DynamicData_ptr b, DDS::MemberId id) |
| 864 | { |
| 865 | return member_compare(result, a, id, b, id); |
| 866 | } |
| 867 | |
| 868 | DDS::ReturnCode_t get_member_type(DDS::DynamicType_var& member_type, |
| 869 | DDS::DynamicType_ptr container_type, DDS::MemberId id) |