fixed compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8327 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-05-31 18:18:02 +00:00
parent b2634280a5
commit db40002dda
2 changed files with 2 additions and 2 deletions

View file

@ -599,7 +599,7 @@ bool p3IdService::requestKey(const RsGxsId &id, const std::list<PeerId> &peers)
return cache_request_load(id, peers); return cache_request_load(id, peers);
} }
bool p3IdService::isPendingNetworkRequest(const RsGxsId& gxsId) const bool p3IdService::isPendingNetworkRequest(const RsGxsId& gxsId)
{ {
RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/
// if ids has beens confirmed as not physically present return // if ids has beens confirmed as not physically present return

View file

@ -342,7 +342,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel);
bool cache_store(const RsGxsIdGroupItem *item); bool cache_store(const RsGxsIdGroupItem *item);
bool cache_update_if_cached(const RsGxsId &id, std::string serviceString); bool cache_update_if_cached(const RsGxsId &id, std::string serviceString);
bool isPendingNetworkRequest(const RsGxsId& gxsId) const; bool isPendingNetworkRequest(const RsGxsId& gxsId);
void requestIdsFromNet(); void requestIdsFromNet();
// Mutex protected. // Mutex protected.