* Fixed iterator bug in rsmemcache.h

* Added rsmemcache.h to libretroshare.pro
 * initialised variables in p3idservice (was killing caching).



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5766 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-11-03 13:15:21 +00:00
parent a074c40e6f
commit ffa8299718
4 changed files with 23 additions and 15 deletions

View file

@ -55,9 +55,13 @@ p3IdService::p3IdService(RsGeneralDataService *gds, RsNetworkExchangeService *ne
mIdMtx("p3IdService")
{
mCacheTest_LastTs = 0;
mCacheLoad_LastCycle = 0;
mCacheTest_Active = false;
mCacheLoad_LastCycle = 0;
mCacheLoad_Status = 0;
mCacheDataCount = 0;
}
void p3IdService::service_tick()

View file

@ -34,6 +34,8 @@
#include <map>
#include <string>
#include "util/rsmemcache.h"
/*
* Identity Service
*