mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Deprecate GxsTransSubServices in favor of RsServiceType
This commit is contained in:
parent
f162fe6d99
commit
a259307218
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user