RetroShare/libretroshare/src/plugins
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
..
dlfcn_win32.cc Fixed compile of the libraries with MinGW 4.8 on Windows. 2013-10-07 23:11:10 +00:00
dlfcn_win32.h added dlopen method for windows. To be tested. 2011-06-17 18:51:22 +00:00
pluginmanager.cc Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
pluginmanager.h Merged branch v0.5-gxs-b1 into trunk (from -r 5351 -> 5995) 2012-12-16 19:17:11 +00:00
rscacheservice.h added RsPQIService to allow plugins based on peer-to-peer services 2012-02-01 20:27:25 +00:00
rspqiservice.h improved plugin management to allow services to be used, and config pages to be added 2012-02-18 20:29:03 +00:00