mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05: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
|
* RsGeneralExchangeService and RsGeneralExchangeService
|
||||||
* It is important to note that no actual messages are passed by this interface as its is expected
|
* 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
|
* architecturally to pass messages to the service via a call back
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*
|
/*
|
||||||
* libretroshare/src/gxs: gxs.h
|
* 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
|
* Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker
|
||||||
*
|
*
|
||||||
@ -32,7 +32,7 @@
|
|||||||
#include <set>
|
#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
|
* As we're always running into troubles with GPG signatures... we are going to
|
||||||
* create a layer of RSA Keys for the following properties:
|
* create a layer of RSA Keys for the following properties:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*
|
/*
|
||||||
* libretroshare/src/gxs: rsgnp.h
|
* 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
|
* Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user