mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
moved rsposteditems to rsitems/
This commit is contained in:
parent
35ecc19677
commit
349d14b354
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue