moved rsposteditems to rsitems/

This commit is contained in:
csoler 2017-04-27 14:44:41 +02:00
parent 35ecc19677
commit 349d14b354
4 changed files with 4 additions and 4 deletions

View file

@ -844,11 +844,11 @@ gxsthewire {
HEADERS += services/p3postbase.h \ HEADERS += services/p3postbase.h \
services/p3posted.h \ services/p3posted.h \
retroshare/rsposted.h \ retroshare/rsposted.h \
serialiser/rsposteditems.h rsitems/rsposteditems.h
SOURCES += services/p3postbase.cc \ SOURCES += services/p3postbase.cc \
services/p3posted.cc \ services/p3posted.cc \
serialiser/rsposteditems.cc rsitems/rsposteditems.cc
gxsphotoshare { gxsphotoshare {
#Photo Service #Photo Service

View file

@ -24,7 +24,7 @@
* *
*/ */
#include "serialiser/rsposteditems.h" #include "rsitems/rsposteditems.h"
#include "serialization/rstypeserializer.h" #include "serialization/rstypeserializer.h"
void RsGxsPostedPostItem::serial_process(RsGenericSerializer::SerializeJob j,RsGenericSerializer::SerializeContext& ctx) void RsGxsPostedPostItem::serial_process(RsGenericSerializer::SerializeJob j,RsGenericSerializer::SerializeContext& ctx)

View file

@ -24,7 +24,7 @@
*/ */
#include "services/p3posted.h" #include "services/p3posted.h"
#include "serialiser/rsposteditems.h" #include "rsitems/rsposteditems.h"
#include <math.h> #include <math.h>