Build: #87 was successful Changes by Rodrigo Tobar <rtobar@icrar.org>
Code commits
GitHub Casacore
-
Rodrigo Tobar <rtobar@icrar.org> 69aeeca85320db8eb5be3ddf892b31f67bf65667
Preserve data manager name in Adios2StMan
The previous implementation returned a hardcoded string that was also
equals to the data manager type name. This both caused confusion and
made it impossible to use two different instances of Adios2StMan in the
same table.
In order to keep changes minimal and maintain backwards compatibility,
the Adios2StMan ctor doesn't contain any changes. Instead a new method
allows to set the data manager name. This is then internally used by
makeObject() and clone().
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>- tables/DataMan/Adios2StMan.cc (version 69aeeca85320db8eb5be3ddf892b31f67bf65667)
- tables/DataMan/Adios2StMan.h (version 69aeeca85320db8eb5be3ddf892b31f67bf65667)
- tables/DataMan/Adios2StManImpl.h (version 69aeeca85320db8eb5be3ddf892b31f67bf65667)
-
Rodrigo Tobar <rtobar@icrar.org> 56efef39688ce49640db2c190a8a78ce7da6e845
Remove unused main argumnets
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>- tables/DataMan/test/tAdios2StMan.cc (version 56efef39688ce49640db2c190a8a78ce7da6e845)