Added test for child msg retrieval

ui improvement for comments

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5577 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-09-20 21:09:23 +00:00
parent 2e3e5b4ee4
commit 1aeae0390a
7 changed files with 257 additions and 21 deletions

View file

@ -752,7 +752,7 @@ bool RsGxsDataAccess::getMsgSummary(MsgMetaReq* req)
}
bool RsGxsDataAccess::getMsgList(const GxsMsgReq& msgIds, const RsTokReqOptionsV2& opts, GxsMsgReq msgIdsOut)
bool RsGxsDataAccess::getMsgList(const GxsMsgReq& msgIds, const RsTokReqOptionsV2& opts, GxsMsgReq& msgIdsOut)
{
GxsMsgMetaResult result;
@ -1009,8 +1009,6 @@ bool RsGxsDataAccess::getMsgRelatedInfo(MsgRelatedInfoReq *req)
MsgMetaFilter filterMap;
RsStackMutex stack(mDataMutex); /***** LOCKED *****/
// get meta data for all in group
GxsMsgMetaResult result;
GxsMsgReq msgIds;