![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <server.h>
Public Member Functions | |
virtual | ~RPCTimerInterface () |
virtual const char * | Name ()=0 |
virtual RPCTimerBase * | NewTimer (boost::function< void(void)> &func, int64_t millis)=0 |
|
inlinevirtual |
|
pure virtual |
Implementation name
Implemented in QtRPCTimerInterface, and HTTPRPCTimerInterface.
Referenced by RPCRunLater().
|
pure virtual |
Factory function for timers. RPC will call the function to create a timer that will call func in millis milliseconds.
Implemented in QtRPCTimerInterface, and HTTPRPCTimerInterface.
Referenced by RPCRunLater().