#include <restart_request_server.hpp>
Public Member Functions | |
virtual bool | handleRestartRequest (NodeID request_source)=0 |
virtual | ~IRestartRequestHandler () |
Implement this interface in the application to support the standard node restart service.
Definition at line 18 of file restart_request_server.hpp.
|
inlinevirtual |
Definition at line 21 of file restart_request_server.hpp.
|
pure virtual |
This method shall do either:
If the restart requets was accepted, this method shall either return true or don't return at all.
Implemented in RestartHandler.