Commit of the new UDP Connection methods and

the rewrite of the retroshare core networking stack.

This check-in commits the changes to the dbase code.

only minor changes: 
rename loadCache->loadLocalCache to avoid clash.
switch to new monitoring system in cachestrapper.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@307 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-01-25 06:42:55 +00:00
parent 6435357c07
commit 2780be3931
4 changed files with 16 additions and 10 deletions

View file

@ -99,7 +99,7 @@ bool FileIndexMonitor::findLocalFile(std::string hash,
}
bool FileIndexMonitor::loadCache(const CacheData &data) /* called with stored data */
bool FileIndexMonitor::loadLocalCache(const CacheData &data) /* called with stored data */
{
bool ok = false;