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

@ -28,8 +28,8 @@
#include "dbase/fimonitor.h"
#include "util/rsdir.h"
#include "serialiser/rsserviceids.h"
#include "rsiface/rsiface.h"
#include "rsiface/rsnotify.h"
#include "retroshare/rsiface.h"
#include "retroshare/rsnotify.h"
#include "util/folderiterator.h"
#include <errno.h>

View file

@ -27,7 +27,7 @@
#include "dbase/cachestrapper.h"
#include "dbase/findex.h"
#include "util/rsthreads.h"
#include "rsiface/rsfiles.h"
#include "retroshare/rsfiles.h"
/******************************************************************************************
* The Local Monitoring Class: FileIndexMonitor.

View file

@ -23,7 +23,7 @@
#include <util/rswin.h>
#include "dbase/findex.h"
#include "rsiface/rsexpr.h"
#include "retroshare/rsexpr.h"
#include "util/rsdir.h"
#include <assert.h>

View file

@ -30,7 +30,7 @@
#include <list>
#include <vector>
#include <stdint.h>
#include <rsiface/rstypes.h>
#include "retroshare/rstypes.h"
class ostream;

View file

@ -22,7 +22,7 @@
*/
#include "dbase/fistore.h"
#include "rsiface/rsexpr.h"
#include "retroshare/rsexpr.h"
#include "serialiser/rsserviceids.h"
#include "pqi/p3connmgr.h"

View file

@ -38,7 +38,7 @@ class p3ConnectMgr ;
#include "dbase/findex.h"
#include "dbase/cachestrapper.h"
#include "rsiface/rsiface.h"
#include "retroshare/rsiface.h"
class FileStoreResult
{

View file

@ -25,7 +25,7 @@
#include "dbase/findex.h"
#include "rsiface/rsexpr.h"
#include "retroshare/rsexpr.h"
#include <algorithm>
#include <functional>