diff options
| author | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
|---|---|---|
| committer | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
| commit | 4fcc0efae9738bb28922da592fff78cfef50277b (patch) | |
| tree | b3855b36abe874606a802ec75fc573543d2d7b35 /src/input/rebootSystemHandler.cpp | |
| parent | [PVSMGRTOUCH] resetall bug fixed (diff) | |
| parent | Documentation fixes and code cleanup (diff) | |
| download | pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.gz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.xz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.zip | |
Merge input handling work to master
Diffstat (limited to 'src/input/rebootSystemHandler.cpp')
| -rw-r--r-- | src/input/rebootSystemHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/rebootSystemHandler.cpp b/src/input/rebootSystemHandler.cpp index b5b8f8a..6c5c63a 100644 --- a/src/input/rebootSystemHandler.cpp +++ b/src/input/rebootSystemHandler.cpp @@ -22,7 +22,7 @@ using namespace std; -void RebootLinuxSystemHandler::handle(InputEvent const& evt, InputEventContext const* ctx) +void RebootLinuxSystemHandler::doHandle(InputEvent const& evt, InputEventContext const* ctx) { // Rebooting a linux system is particulary easy: if(kill(1, SIGINT) < 0) |
