mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
moved rsposteditems to rsitems/
This commit is contained in:
parent
35ecc19677
commit
349d14b354
@ -844,11 +844,11 @@ gxsthewire {
|
||||
HEADERS += services/p3postbase.h \
|
||||
services/p3posted.h \
|
||||
retroshare/rsposted.h \
|
||||
serialiser/rsposteditems.h
|
||||
rsitems/rsposteditems.h
|
||||
|
||||
SOURCES += services/p3postbase.cc \
|
||||
services/p3posted.cc \
|
||||
serialiser/rsposteditems.cc
|
||||
rsitems/rsposteditems.cc
|
||||
|
||||
gxsphotoshare {
|
||||
#Photo Service
|
||||
|
@ -24,7 +24,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "serialiser/rsposteditems.h"
|
||||
#include "rsitems/rsposteditems.h"
|
||||
#include "serialization/rstypeserializer.h"
|
||||
|
||||
void RsGxsPostedPostItem::serial_process(RsGenericSerializer::SerializeJob j,RsGenericSerializer::SerializeContext& ctx)
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "services/p3posted.h"
|
||||
#include "serialiser/rsposteditems.h"
|
||||
#include "rsitems/rsposteditems.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user