summaryrefslogtreecommitdiffstats
path: root/src/input/rebootSystemHandler.cpp
diff options
context:
space:
mode:
authorSebastien Braun2010-11-04 00:38:24 +0100
committerSebastien Braun2010-11-04 00:38:24 +0100
commit4fcc0efae9738bb28922da592fff78cfef50277b (patch)
treeb3855b36abe874606a802ec75fc573543d2d7b35 /src/input/rebootSystemHandler.cpp
parent[PVSMGRTOUCH] resetall bug fixed (diff)
parentDocumentation fixes and code cleanup (diff)
downloadpvs-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.cpp2
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)