RetroShare/retroshare-nogui/src/rpc
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
..
proto Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
rpc.cc restored back to svn 5549, before chris changed random stuff... how / why? 2012-09-21 23:15:26 +00:00
rpc.h Added more RPC functionality: 2012-09-09 11:48:25 +00:00
rpcecho.cc Added Multiple Channels and Event support to RPC system. 2012-09-01 19:35:23 +00:00
rpcecho.h Added Multiple Channels and Event support to RPC system. 2012-09-01 19:35:23 +00:00
rpcserver.cc restored back to svn 5549, before chris changed random stuff... how / why? 2012-09-21 23:15:26 +00:00
rpcserver.h Added more RPC functionality: 2012-09-09 11:48:25 +00:00
rpcsetup.cc Improvements to SSH RPC interface. 2013-03-25 19:05:31 +00:00
rpcsetup.h Added more RPC functionality: 2012-09-09 11:48:25 +00:00