mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed protocol naming convention
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4929 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
25fbf771a7
commit
0a254ab5a2
@ -38,7 +38,7 @@ typedef std::map<std::string, std::set<RsGxsSignedMessage*> > SignedMsgGrp;
|
||||
|
||||
|
||||
/*!
|
||||
* The main role of GDP is the preparation and handing out of messages requested from
|
||||
* The main role of GDS is the preparation and handing out of messages requested from
|
||||
* RsGeneralExchangeService and RsGeneralExchangeService
|
||||
* It is important to note that no actual messages are passed by this interface as its is expected
|
||||
* architecturally to pass messages to the service via a call back
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*
|
||||
* libretroshare/src/gxs: gxs.h
|
||||
*
|
||||
* General Exchange Protocol interface for RetroShare.
|
||||
* General Identity Exchange Service interface for RetroShare.
|
||||
*
|
||||
* Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker
|
||||
*
|
||||
@ -32,7 +32,7 @@
|
||||
#include <set>
|
||||
|
||||
/*!
|
||||
* GIXP: General Identity Exchange Protocol.
|
||||
* GIXP: General Identity Exchange Service.
|
||||
*
|
||||
* As we're always running into troubles with GPG signatures... we are going to
|
||||
* create a layer of RSA Keys for the following properties:
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*
|
||||
* libretroshare/src/gxs: rsgnp.h
|
||||
*
|
||||
* General Exchange Protocol interface for RetroShare.
|
||||
* Network Exchange Service interface for RetroShare.
|
||||
*
|
||||
* Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user