RetroShare/libretroshare/src/dbase
csoler 630824aa1b Updated the notification system. Main changes are:
- the notification system is now a service, p3Notify, that is a public RsNotify.
- RsNotify does nothing except providing a registration system for new notify clients.
- Clients should derive a notify client from the NotifyClient class and register it to rsNotify
- all registered clients get all notifications, so only derive the needed methods. This should allow 
  plugins to get notifications as well.
- updated the code to call RsServer::notify()->[notification method] from inside libretroshare
- pqiNotify has been removed.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 22:51:22 +00:00
..
cachestrapper.cc Code maintenance for Qt 5: 2013-10-21 12:07:33 +00:00
cachestrapper.h Code maintenance for Qt 5: 2013-10-21 12:07:33 +00:00
cachetest.h Added Cache's to retroshare configuration. 2008-02-09 12:47:45 +00:00
fimonitor.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
fimonitor.h Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
findex.cc Fixed update of the shared files list after removing files. 2014-01-06 23:12:36 +00:00
findex.h - Restored compilation of most tests (The part using previously named p3ConnectMgr is still to be done). 2012-12-17 23:05:25 +00:00
fistore.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
fistore.h Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
rsexpr.cc fixed bug in search with size in MB. Caused crash due to deserialization error. 2011-06-28 08:18:54 +00:00