mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 11:24:24 -04:00
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:
parent
e69300ccdc
commit
4bb4fc11e2
179 changed files with 289 additions and 285 deletions
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rsdisc.h"
|
||||
#include "retroshare/rsdisc.h"
|
||||
#include "services/p3disc.h"
|
||||
|
||||
class p3Discovery: public RsDisc
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <sstream>
|
||||
#include "pqi/authssl.h"
|
||||
#include "pqi/authgpg.h"
|
||||
#include "rsiface/rsinit.h"
|
||||
#include "retroshare/rsinit.h"
|
||||
#include "util/rsdebug.h"
|
||||
const int p3facemsgzone = 11453;
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
#include "pqi/p3connmgr.h"
|
||||
#include "pqi/pqipersongrp.h"
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
#include "rsiface/rstypes.h"
|
||||
#include "retroshare/rsiface.h"
|
||||
#include "retroshare/rstypes.h"
|
||||
#include "util/rsthreads.h"
|
||||
|
||||
#include "services/p3disc.h"
|
||||
|
|
|
@ -36,7 +36,7 @@ const int p3facemsgzone = 11453;
|
|||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "rsiface/rstypes.h"
|
||||
#include "retroshare/rstypes.h"
|
||||
#include "rsserver/p3msgs.h"
|
||||
|
||||
#include "services/p3msgservice.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rsmsgs.h"
|
||||
#include "retroshare/rsmsgs.h"
|
||||
|
||||
class p3MsgService;
|
||||
class p3ChatService;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "pqi/p3connmgr.h"
|
||||
#include "pqi/authssl.h"
|
||||
#include "pqi/authgpg.h"
|
||||
#include <rsiface/rsinit.h>
|
||||
#include "retroshare/rsinit.h"
|
||||
#include "pqi/cleanupxpgp.h"
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rspeers.h"
|
||||
#include "retroshare/rspeers.h"
|
||||
#include "pqi/p3connmgr.h"
|
||||
|
||||
class p3Peers: public RsPeers
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rsphoto.h"
|
||||
#include "retroshare/rsphoto.h"
|
||||
#include "services/p3photoservice.h"
|
||||
|
||||
class p3Photo: public RsPhoto
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rsrank.h"
|
||||
#include "retroshare/rsrank.h"
|
||||
#include "services/p3ranking.h"
|
||||
|
||||
class p3Rank: public RsRanks
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "rsiface/rsstatus.h"
|
||||
#include "retroshare/rsstatus.h"
|
||||
|
||||
|
||||
class p3StatusService;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
#include "retroshare/rsiface.h"
|
||||
#include "util/rsdir.h"
|
||||
|
||||
/* global variable */
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "util/rsdebug.h"
|
||||
#include "util/rsdir.h"
|
||||
#include "rsiface/rsinit.h"
|
||||
#include "retroshare/rsinit.h"
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
@ -1980,8 +1980,8 @@ void RsInit::setAutoLogin(bool autoLogin){
|
|||
#include "ft/ftserver.h"
|
||||
#include "ft/ftcontroller.h"
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
#include "rsiface/rsturtle.h"
|
||||
#include "retroshare/rsiface.h"
|
||||
#include "retroshare/rsturtle.h"
|
||||
|
||||
/* global variable now points straight to
|
||||
* ft/ code so variable defined here.
|
||||
|
@ -2033,7 +2033,7 @@ RsTurtle *rsTurtle = NULL ;
|
|||
#include "rsserver/p3discovery.h"
|
||||
#include "rsserver/p3photo.h"
|
||||
#include "rsserver/p3status.h"
|
||||
#include "rsiface/rsgame.h"
|
||||
#include "retroshare/rsgame.h"
|
||||
|
||||
#include "pqi/p3notify.h" // HACK - moved to pqi for compilation order.
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
* only prints stuff out at the moment
|
||||
*/
|
||||
|
||||
#include "rsiface/rstypes.h"
|
||||
#include "retroshare/rstypes.h"
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue