| 264 | } |
| 265 | |
| 266 | void |
| 267 | OpenDDS::DCPS::DataDurabilityCache::sample_data_type::get_sample( |
| 268 | char const *& s, |
| 269 | size_t & len, |
| 270 | DDS::Time_t & source_timestamp) |
| 271 | { |
| 272 | s = this->sample_; |
| 273 | len = this->length_; |
| 274 | source_timestamp.sec = this->source_timestamp_.sec; |
| 275 | source_timestamp.nanosec = this->source_timestamp_.nanosec; |
| 276 | } |
| 277 | |
| 278 | void |
| 279 | OpenDDS::DCPS::DataDurabilityCache::sample_data_type::set_allocator( |
no outgoing calls
no test coverage detected