mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
re-enabled resultCOunt
This commit is contained in:
parent
eb6af15b1a
commit
a17f5a21f8
@ -1400,6 +1400,9 @@ int RsDataService::retrieveGxsGrpMetaData(RsGxsGrpMetaTemporaryMap& grp)
|
|||||||
mGrpMetaDataCache.setCacheUpToDate(true);
|
mGrpMetaDataCache.setCacheUpToDate(true);
|
||||||
}
|
}
|
||||||
delete c;
|
delete c;
|
||||||
|
#ifdef RS_DATA_SERVICE_DEBUG_TIME
|
||||||
|
resultCount += grp.size();
|
||||||
|
#endif
|
||||||
|
|
||||||
// if(c)
|
// if(c)
|
||||||
// {
|
// {
|
||||||
@ -1418,9 +1421,6 @@ int RsDataService::retrieveGxsGrpMetaData(RsGxsGrpMetaTemporaryMap& grp)
|
|||||||
// }
|
// }
|
||||||
// valid = c->moveToNext();
|
// valid = c->moveToNext();
|
||||||
//
|
//
|
||||||
//#ifdef RS_DATA_SERVICE_DEBUG_TIME
|
|
||||||
// ++resultCount;
|
|
||||||
//#endif
|
|
||||||
// }
|
// }
|
||||||
// delete c;
|
// delete c;
|
||||||
// }
|
// }
|
||||||
@ -1449,6 +1449,10 @@ int RsDataService::retrieveGxsGrpMetaData(RsGxsGrpMetaTemporaryMap& grp)
|
|||||||
if(meta)
|
if(meta)
|
||||||
grp[mit->first] = meta;
|
grp[mit->first] = meta;
|
||||||
|
|
||||||
|
#ifdef RS_DATA_SERVICE_DEBUG_TIME
|
||||||
|
++resultCount;
|
||||||
|
#endif
|
||||||
|
|
||||||
delete c;
|
delete c;
|
||||||
|
|
||||||
// if(c)
|
// if(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user