mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 22:32:34 -04:00
Deprecate GxsTransSubServices in favor of RsServiceType
This commit is contained in:
parent
f162fe6d99
commit
a259307218
1 changed files with 5 additions and 2 deletions
|
@ -23,9 +23,12 @@
|
||||||
#include "retroshare/rstokenservice.h"
|
#include "retroshare/rstokenservice.h"
|
||||||
#include "retroshare/rsgxsifacehelper.h"
|
#include "retroshare/rsgxsifacehelper.h"
|
||||||
#include "retroshare/rsgxscommon.h"
|
#include "retroshare/rsgxscommon.h"
|
||||||
|
#include "rsitems/rsserviceids.h"
|
||||||
|
|
||||||
/// Subservices identifiers (like port for TCP)
|
/** Subservices identifiers (like port for TCP)
|
||||||
enum class GxsTransSubServices : uint16_t
|
* @deprecated pay special attention fixing this as it may break
|
||||||
|
* retro-compatibility */
|
||||||
|
enum class RS_DEPRECATED_FOR(RsServiceType) GxsTransSubServices : uint16_t
|
||||||
{
|
{
|
||||||
UNKNOWN = 0x00,
|
UNKNOWN = 0x00,
|
||||||
TEST_SERVICE = 0x01,
|
TEST_SERVICE = 0x01,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue