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

@ -3,8 +3,8 @@
#endif
#include <math.h>
#include <stdlib.h>
#include <rsiface/rspeers.h>
#include <rsiface/rsturtle.h>
#include "retroshare/rspeers.h"
#include "retroshare/rsturtle.h"
#include "ftchunkmap.h"
#include <time.h>

View file

@ -1,7 +1,7 @@
#pragma once
#include <map>
#include <rsiface/rstypes.h>
#include "retroshare/rstypes.h"
// ftChunkMap:
// - handles chunk map over a complete file

View file

@ -51,7 +51,7 @@ class p3turtle ;
#include "pqi/pqimonitor.h"
#include "pqi/p3cfgmgr.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
#include "serialiser/rsconfigitems.h"
#include <map>

View file

@ -45,7 +45,7 @@ class ftSearch;
#include "util/rsthreads.h"
#include "ft/ftdata.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
class ftClient

View file

@ -59,7 +59,7 @@
#include "ft/ftsearch.h"
#include "util/rsthreads.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
#include "pqi/p3cfgmgr.h"
class FileDetails

View file

@ -33,7 +33,7 @@
#include <iostream>
#include <stdint.h>
#include "util/rsthreads.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
class ftFileProvider
{

View file

@ -34,7 +34,7 @@
*
*/
#include "rsiface/rsfiles.h" // includes rsiface/rstypes.h too!
#include "retroshare/rsfiles.h" // includes retroshare/rstypes.h too!
class ftSearch
{

View file

@ -26,7 +26,7 @@
#include <sstream>
#include "util/rsdebug.h"
#include "util/rsdir.h"
#include "rsiface/rstypes.h"
#include "retroshare/rstypes.h"
const int ftserverzone = 29539;
#include "ft/ftserver.h"

View file

@ -44,7 +44,7 @@
#include <iostream>
#include "ft/ftdata.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
//#include "dbase/cachestrapper.h"
#include "pqi/pqi.h"

View file

@ -27,7 +27,7 @@
* #define FT_DEBUG 1
*****/
#include <rsiface/rsturtle.h>
#include "retroshare/rsturtle.h"
#include "fttransfermodule.h"
/*************************************************************************