mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -04:00
made GxsUtil check a static method
This commit is contained in:
parent
6d11abc0f3
commit
839a82450e
1 changed files with 0 additions and 18 deletions
|
@ -209,29 +209,11 @@ public:
|
||||||
* @param chunkSize
|
* @param chunkSize
|
||||||
* @param sleepPeriod
|
* @param sleepPeriod
|
||||||
*/
|
*/
|
||||||
RsGxsSinglePassIntegrityCheck( RsGeneralDataService* const dataService,
|
|
||||||
RsGenExchange *genex, RsSerialType& gxsSerialiser,
|
|
||||||
RsGixs *gixs);
|
|
||||||
|
|
||||||
static bool check(uint16_t service_type, RsGixs *mgixs, RsGeneralDataService *mds
|
static bool check(uint16_t service_type, RsGixs *mgixs, RsGeneralDataService *mds
|
||||||
#ifdef RS_DEEP_CHANNEL_INDEX
|
#ifdef RS_DEEP_CHANNEL_INDEX
|
||||||
, RsGenExchange* mGenExchangeClient, RsSerialType& mSerializer
|
, RsGenExchange* mGenExchangeClient, RsSerialType& mSerializer
|
||||||
#endif
|
#endif
|
||||||
, std::vector<RsGxsGroupId>& grpsToDel, GxsMsgReq& msgsToDel);
|
, std::vector<RsGxsGroupId>& grpsToDel, GxsMsgReq& msgsToDel);
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
RsGeneralDataService *const mDs;
|
|
||||||
RsGenExchange *mGenExchangeClient;
|
|
||||||
#ifdef RS_DEEP_CHANNEL_INDEX
|
|
||||||
RsSerialType& mSerializer;
|
|
||||||
#endif
|
|
||||||
bool mDone;
|
|
||||||
RsMutex mIntegrityMutex;
|
|
||||||
std::vector<RsGxsGroupId> mDeletedGrps;
|
|
||||||
GxsMsgReq mDeletedMsgs;
|
|
||||||
|
|
||||||
RsGixs* mGixs;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class GroupUpdate
|
class GroupUpdate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue