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:
chrisparker126 2012-02-12 15:29:49 +00:00
parent 25fbf771a7
commit 0a254ab5a2
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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:

View File

@ -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
*