![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Functions | |
| void | OnStarted (boost::function< void()> slot) |
| void | OnStopped (boost::function< void()> slot) |
| void | OnPreCommand (boost::function< void(const CRPCCommand &)> slot) |
| void | OnPostCommand (boost::function< void(const CRPCCommand &)> slot) |
| void RPCServer::OnPostCommand | ( | boost::function< void(const CRPCCommand &)> | slot | ) |
Definition at line 66 of file server.cpp.
| void RPCServer::OnPreCommand | ( | boost::function< void(const CRPCCommand &)> | slot | ) |
| void RPCServer::OnStarted | ( | boost::function< void()> | slot | ) |
| void RPCServer::OnStopped | ( | boost::function< void()> | slot | ) |
1.8.17