removed unused type RsCircleInternalId, and moved SSLId and GPGId types to proper rsids

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7175 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-03-07 14:06:30 +00:00
parent c23b5fb2dd
commit 50320cd39d
2 changed files with 4 additions and 4 deletions

View file

@ -74,8 +74,8 @@
#pragma once
typedef std::string SSLId ;
typedef std::string GPGId ;
typedef RsPeerId SSLId ;
typedef RsPgpId GPGId ;
typedef uint64_t RsGroupId ;
class RsPeerGroupInfo

View file

@ -48,7 +48,7 @@ class RsGxsCircles;
extern RsGxsCircles *rsGxsCircles;
typedef RsPgpId RsPgpId;
typedef std::string RsCircleInternalId;
//typedef RsGxsCircleId RsCircleInternalId;
#define GXS_CIRCLE_TYPE_PUBLIC 0x0001
#define GXS_CIRCLE_TYPE_EXTERNAL 0x0002
@ -69,7 +69,7 @@ public:
// BELOW IS NOT SERIALISED - BUT MUST BE STORED LOCALLY BY GXS. (If YOUREYESONLY)
RsPeerId mOriginator;
RsCircleInternalId mInternalCircle; // if Originator == ownId, otherwise blank.
RsGxsCircleId mInternalCircle; // if Originator == ownId, otherwise blank.
};