cyclonedds/src/core/ddsc/include
Erik Boasson 19aec98b8a Clean up return code types
* Remove dds_return_t / dds_retcode_t distinction (now there is only
  dds_return_t and all error codes are always negative)

* Remove Q_ERR_... error codes and replace them by DDS_RETCODE_...
  ones so that there is only one set of error codes

* Replace a whole bunch "int" return types that were used to return
  Q_ERR_... codes by "dds_return_t" return types

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-06-10 10:42:52 +02:00
..
dds Clean up return code types 2019-06-10 10:42:52 +02:00
ddsc Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00