mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 19:39:30 -04:00
added test for gxs data test
updated tests, still need fixed vtable error for rsgds added more test utils to gxs git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d533a2e580
commit
0b0549f437
11 changed files with 250 additions and 193 deletions
|
@ -16,6 +16,7 @@ public:
|
|||
bool deserialise(void *data, uint32_t &pktsize);
|
||||
bool serialise(void* data, uint32_t &pktsize);
|
||||
uint32_t serial_size();
|
||||
void clear();
|
||||
|
||||
|
||||
std::string mGroupId;
|
||||
|
@ -55,6 +56,7 @@ public:
|
|||
bool deserialise(void *data, uint32_t *size);
|
||||
bool serialise(void* data, uint32_t *size);
|
||||
uint32_t serial_size();
|
||||
void clear();
|
||||
|
||||
std::string mGroupId;
|
||||
std::string mMsgId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue