finished status service

- can be called use rs interface rstatus
- does not save last rs session status yet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2715 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-04-15 10:47:48 +00:00
parent 2eb3d560e0
commit 300952d2a6
11 changed files with 560 additions and 19 deletions

View file

@ -146,7 +146,8 @@ virtual ~CacheSource() {}
*/
virtual bool cachesAvailable(RsPeerId pid, std::map<CacheId, CacheData> &ids);
/* function called at startup to load from
/*!
* function called at startup to load from
* configuration file....
* to be overloaded by inherited class
*/