added load/save to service permission matrix

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-02-03 21:28:32 +00:00
parent 96bf79daae
commit 7642ba1c1f
8 changed files with 238 additions and 28 deletions

View file

@ -58,6 +58,7 @@ const uint16_t RS_SERVICE_TYPE_MAIL = 0x0022;
const uint16_t RS_SERVICE_TYPE_DIRECT_MAIL = 0x0023;
const uint16_t RS_SERVICE_TYPE_DISTANT_MAIL = 0x0024;
const uint16_t RS_SERVICE_TYPE_GWEMAIL_MAIL = 0x0025;
const uint16_t RS_SERVICE_TYPE_SERVICE_CONTROL= 0x0026;
// Non essential services.
const uint16_t RS_SERVICE_TYPE_BANLIST = 0x0101;