mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 05:02:33 -04:00
Cleaned up GXS compilation. now single config option (gxs) in .pro file.
Removed GXS headers from p3face.h and used class declarations. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bfe9271740
commit
7b8bb8dff7
5 changed files with 52 additions and 44 deletions
|
@ -77,7 +77,9 @@ RsServer::RsServer(RsIface &i, NotifyBase &callback)
|
|||
mConfigMgr = NULL;
|
||||
mGeneralConfig = NULL;
|
||||
|
||||
/* GXS */
|
||||
/* GXS - Amazingly we can still initialise these
|
||||
* even without knowing the data-types (they are just pointers???)
|
||||
*/
|
||||
mPhoto = NULL;
|
||||
mWiki = NULL;
|
||||
mPosted = NULL;
|
||||
|
@ -85,6 +87,7 @@ RsServer::RsServer(RsIface &i, NotifyBase &callback)
|
|||
mGxsIdService = NULL;
|
||||
mGxsForums = NULL;
|
||||
mWire = NULL;
|
||||
|
||||
}
|
||||
|
||||
RsServer::~RsServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue