![]() |
Dash Core
0.12.2.1
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 65 of file server.cpp.
void RPCServer::OnPreCommand | ( | boost::function< void(const CRPCCommand &)> | slot | ) |
Definition at line 60 of file server.cpp.
Referenced by AppInitServers().
void RPCServer::OnStarted | ( | boost::function< void()> | slot | ) |
Definition at line 50 of file server.cpp.
void RPCServer::OnStopped | ( | boost::function< void()> | slot | ) |
Definition at line 55 of file server.cpp.
Referenced by AppInitServers().