renamed a few constants of GXS notify system into more consistent values

This commit is contained in:
csoler 2018-06-21 09:26:03 +02:00
parent c79ceba4ee
commit 5cb48c27de
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 23 additions and 23 deletions

View file

@ -18,7 +18,7 @@ typedef std::map<RsGxsGrpMsgIdPair, std::vector<RsMsgMetaData> > GxsMsgRelatedMe
struct RsGxsNotify
{
enum NotifyType
{ TYPE_PUBLISH, TYPE_RECEIVE, TYPE_PROCESSED, TYPE_PUBLISHKEY };
{ TYPE_PUBLISHED, TYPE_RECEIVED_NEW, TYPE_PROCESSED, TYPE_RECEIVED_PUBLISHKEY };
virtual ~RsGxsNotify() {}
virtual NotifyType getType() = 0;