implemented most of rsdataservice,

updated rsnxsitems with discrete msgs and grp item rather than collection of msgs/grps
added flags header file 
added first declaration of implemented genexchange service (client API interface)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5180 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-05-21 22:07:43 +00:00
parent f05ed342ed
commit add4715da0
16 changed files with 1179 additions and 554 deletions

View file

@ -4,7 +4,7 @@ TEMPLATE = lib
CONFIG += staticlib bitdht newcache# newservices
CONFIG -= qt
TARGET = retroshare
#DEFINES += RSSERIAL_DEBUG
CONFIG += test_voip
# Beware: All data of the stripped services are lost
@ -158,7 +158,10 @@ PUBLIC_HEADERS = retroshare/rsblogs.h \
HEADERS += plugins/pluginmanager.h \
plugins/dlfcn_win32.h \
serialiser/rspluginitems.h
serialiser/rspluginitems.h \
gxs/rsdataservice.h \
gxs/rsgxsflags.h \
gxs/rsgenexchange.h
HEADERS += $$PUBLIC_HEADERS
@ -660,21 +663,14 @@ SOURCES += zeroconf/p3zeroconf.cc \
newcache {
HEADERS += serialiser/rsnxsitems.h
#gxs/rsgxs.h \
# gxs/rsgnp.h \
# gxs/rsgdp.h \
# util/retrodb.h \
# gxs/rsgixs.h
SOURCES += serialiser/rsnxsitems.cpp
#gxs/rsgxs.cpp \
# gxs/rsgnp.cpp \
# gxs/rsgdp.cpp \
# util/retrodb.cpp \
# gxs/rsgixs.cpp
HEADERS += serialiser/rsnxsitems.h \
gxs/rsgds.h \
gxs/rsgxs.h \
gxs/rsdataservice/h
SOURCES += serialiser/rsnxsitems.cc \
gxs/rsdataservice.cc \
gxs/rsgenexchange.cc
}