mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
separated chat items from message items, separated chat into tree components: chat, distant chat and distributed chat (i.e. lobbies). moved all chat components into chat/. Removed deprecated chat items
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
04b3b432e8
commit
f6efa2fb92
15 changed files with 5089 additions and 4999 deletions
|
@ -38,8 +38,9 @@
|
|||
#include "retroshare/rstypes.h"
|
||||
#include "util/rsthreads.h"
|
||||
|
||||
#include "chat/p3chatservice.h"
|
||||
|
||||
#include "services/p3msgservice.h"
|
||||
#include "services/p3chatservice.h"
|
||||
#include "services/p3statusservice.h"
|
||||
|
||||
class p3heartbeat;
|
||||
|
|
|
@ -39,7 +39,7 @@ const int p3facemsgzone = 11453;
|
|||
#include "rsserver/p3msgs.h"
|
||||
|
||||
#include "services/p3msgservice.h"
|
||||
#include "services/p3chatservice.h"
|
||||
#include "chat/p3chatservice.h"
|
||||
|
||||
#include "pqi/authgpg.h"
|
||||
|
||||
|
|
|
@ -852,9 +852,10 @@ RsGRouter *rsGRouter = NULL ;
|
|||
#include "services/p3heartbeat.h"
|
||||
#include "services/p3discovery2.h"
|
||||
#include "services/p3msgservice.h"
|
||||
#include "services/p3chatservice.h"
|
||||
#include "services/p3statusservice.h"
|
||||
|
||||
#include "turtle/p3turtle.h"
|
||||
#include "chat/p3chatservice.h"
|
||||
|
||||
#ifdef RS_ENABLE_GXS
|
||||
// NEW GXS SYSTEMS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue