| 543 | |
| 544 | template<typename Sample, typename TypedDataReader> |
| 545 | DDS::ReturnCode_t |
| 546 | MultiTopicDataReader_T<Sample, TypedDataReader>::return_loan( |
| 547 | SampleSeq& received_data, DDS::SampleInfoSeq& info_seq) |
| 548 | { |
| 549 | return typed_reader_->return_loan(received_data, info_seq); |
| 550 | } |
| 551 | |
| 552 | template<typename Sample, typename TypedDataReader> |
| 553 | DDS::ReturnCode_t |
no outgoing calls