![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Attributes | |
boost::signals2::signal< void()> | Started |
boost::signals2::signal< void()> | Stopped |
boost::signals2::signal< void(const CRPCCommand &)> | PreCommand |
boost::signals2::signal< void(const CRPCCommand &)> | PostCommand |
Definition at line 42 of file server.cpp.
boost::signals2::signal<void (const CRPCCommand&)> CRPCSignals::PostCommand |
Definition at line 47 of file server.cpp.
Referenced by CRPCTable::execute(), and RPCServer::OnPostCommand().
boost::signals2::signal<void (const CRPCCommand&)> CRPCSignals::PreCommand |
Definition at line 46 of file server.cpp.
Referenced by CRPCTable::execute(), and RPCServer::OnPreCommand().
boost::signals2::signal<void ()> CRPCSignals::Started |
Definition at line 44 of file server.cpp.
Referenced by RPCServer::OnStarted(), and StartRPC().
boost::signals2::signal<void ()> CRPCSignals::Stopped |
Definition at line 45 of file server.cpp.
Referenced by RPCServer::OnStopped(), and StopRPC().