Deprecate GxsTransSubServices in favor of RsServiceType

This commit is contained in:
Gioacchino Mazzurco 2019-11-06 17:16:41 +01:00
parent f162fe6d99
commit a259307218
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -23,9 +23,12 @@
#include "retroshare/rstokenservice.h"
#include "retroshare/rsgxsifacehelper.h"
#include "retroshare/rsgxscommon.h"
#include "rsitems/rsserviceids.h"
/// Subservices identifiers (like port for TCP)
enum class GxsTransSubServices : uint16_t
/** Subservices identifiers (like port for TCP)
* @deprecated pay special attention fixing this as it may break
* retro-compatibility */
enum class RS_DEPRECATED_FOR(RsServiceType) GxsTransSubServices : uint16_t
{
UNKNOWN = 0x00,
TEST_SERVICE = 0x01,