ggandda / simd-cxx

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

Declaration and definition of the method RuntimeImpl::start doesn't match. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As per issue 2 (http://code.google.com/p/simd-cxx/issues/detail?id=2) but
for the RuntimeImpl class, the Declaration and definition of the start
method doesn't match.  

declaration:
static void start(const std::string& partition, const std::string& domain);

definition:
void dds::peer::RuntimeImpl::start(const std::string& domain,
                                   const std::string& partition)

Issue present in SimD 0.7 (r100)

Original issue reported on code.google.com by nick.gl...@lycos.com on 28 Apr 2010 at 12:27

GoogleCodeExporter commented 8 years ago
Hello Nick,

    Thanks for spotting this. The fix will be part of v0.8 which is only a few days away.

Cheers,
    Angelo

Original comment by angelo.corsaro@gmail.com on 15 May 2010 at 11:14

GoogleCodeExporter commented 8 years ago
As per v0.8 2010.06.18

Original comment by angelo.corsaro@gmail.com on 18 Jun 2010 at 1:14