* 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>  | 
			||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| common.c | ||
| common.h | ||
| porting.c | ||
| porting.h | ||
| pubsub.c | ||
| testtype.c | ||
| testtype.h | ||
| tglib.h | ||