![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Public Member Functions | |
| ~QtRPCTimerInterface () | |
| const char * | Name () |
| Implementation name. More... | |
| RPCTimerBase * | NewTimer (boost::function< void(void)> &func, int64_t millis) |
| Factory function for timers. More... | |
Public Member Functions inherited from RPCTimerInterface | |
| virtual | ~RPCTimerInterface () |
Definition at line 106 of file rpcconsole.cpp.
|
inline |
Definition at line 109 of file rpcconsole.cpp.
|
inlinevirtual |
|
inlinevirtual |
Factory function for timers.
RPC will call the function to create a timer that will call func in millis milliseconds.
Implements RPCTimerInterface.
Definition at line 111 of file rpcconsole.cpp.
1.8.17