This intimidating patch renames libretroshare/src/rsiface/ to

libretroshare/src/retroshare/

All the relevant headers have been modified to reflect that change.

This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
leander-256 2010-08-06 09:40:23 +00:00
parent e69300ccdc
commit 4bb4fc11e2
179 changed files with 289 additions and 285 deletions

View file

@ -26,8 +26,8 @@
*
*/
#include "rsiface/rsblogs.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsblogs.h"
#include "retroshare/rsfiles.h"
#include "services/p3distrib.h"
#include "serialiser/rstlvtypes.h"

View file

@ -26,8 +26,8 @@
*
*/
#include "rsiface/rschannels.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rschannels.h"
#include "retroshare/rsfiles.h"
#include "services/p3distrib.h"
#include "serialiser/rstlvtypes.h"

View file

@ -24,7 +24,7 @@
*/
#include "util/rsdir.h"
#include "rsiface/rsiface.h"
#include "retroshare/rsiface.h"
#include "pqi/pqibin.h"
#include "pqi/pqinotify.h"
#include "pqi/pqistore.h"

View file

@ -24,9 +24,9 @@
*/
#include "rsiface/rsiface.h"
#include "rsiface/rsinit.h" /* for PGPSSL flag */
#include "rsiface/rspeers.h"
#include "retroshare/rsiface.h"
#include "retroshare/rsinit.h" /* for PGPSSL flag */
#include "retroshare/rspeers.h"
#include "services/p3disc.h"
#include "pqi/authssl.h"

View file

@ -33,7 +33,7 @@
#include <openssl/rand.h>
#include <algorithm>
#include "rsiface/rsdistrib.h"
#include "retroshare/rsdistrib.h"
#include "services/p3distrib.h"
#include "serialiser/rsdistribitems.h"

View file

@ -26,7 +26,7 @@
*
*/
#include "rsiface/rsforums.h"
#include "retroshare/rsforums.h"
#include "services/p3distrib.h"
#include "serialiser/rsforumitems.h"

View file

@ -37,7 +37,7 @@
#include "services/p3service.h"
#include "serialiser/rsgameitems.h"
#include "rsiface/rsgame.h"
#include "retroshare/rsgame.h"
class p3ConnectMgr;

View file

@ -24,7 +24,7 @@
*/
#include "rsiface/rsiface.h"
#include "retroshare/rsiface.h"
#include "pqi/pqibin.h"
#include "pqi/pqiarchive.h"

View file

@ -31,7 +31,7 @@
#include <map>
#include <iostream>
#include "rsiface/rsmsgs.h"
#include "retroshare/rsmsgs.h"
#include "pqi/pqi.h"
#include "pqi/pqiindic.h"

View file

@ -33,7 +33,7 @@
#include "serialiser/rsserial.h"
#include "serialiser/rsphotoitems.h"
#include "rsiface/rsphoto.h"
#include "retroshare/rsphoto.h"
/*
* Photo Service

View file

@ -34,7 +34,7 @@
#include "serialiser/rsserial.h"
#include "rsiface/rsrank.h"
#include "retroshare/rsrank.h"
/*
* A Generic Ranking system.

View file

@ -30,7 +30,7 @@
#include <list>
#include "serialiser/rsstatusitems.h"
#include "rsiface/rsstatus.h"
#include "retroshare/rsstatus.h"
#include "services/p3service.h"
#include "pqi/p3connmgr.h"

View file

@ -24,9 +24,9 @@
*/
#include "rsiface/rsiface.h"
#include "rsiface/rsinit.h" /* for PGPSSL flag */
#include "rsiface/rspeers.h"
#include "retroshare/rsiface.h"
#include "retroshare/rsinit.h" /* for PGPSSL flag */
#include "retroshare/rspeers.h"
#include "services/p3tunnel.h"
#include "pqi/pqissltunnel.h"
#include <sstream>