ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

A compile error when using method DataWriter::write(const T& sample, const DDS::Time_t& timestamp) #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. tried to compile a code where dds::DataWriter::write method is called
with a timestamp

Please provide any additional information below.

There should be call to write method of DataWriterImpl class instead of
writer which not exists at all.

DDS::ReturnCode_t 
  write(const T& sample, 
    const DDS::Time_t& timestamp) 
  {
    return pimpl_->writer(sample, 
              timestamp);
  }

Original issue reported on code.google.com by salmiv...@gmail.com on 15 Dec 2009 at 1:07

GoogleCodeExporter commented 8 years ago
This was a typo and had been fixed in the version that is now (22nd Dec 2009 in 
the
repo. Thanks for pointing out the issue!

Original comment by angelo.corsaro@gmail.com on 22 Dec 2009 at 10:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed as described in ChangeLog entry "2009-12-22  Angelo Corsaro 
<angelo.corsaro@gmail.com>"

Original comment by angelo.corsaro@gmail.com on 22 Dec 2009 at 10:56