summaryrefslogtreecommitdiffstats
path: root/src/pvs.cpp
diff options
context:
space:
mode:
authorFabian Schillinger2010-07-10 02:03:45 +0200
committerFabian Schillinger2010-07-10 02:03:45 +0200
commitbc678fdc76862050537669ed440e5ac1179cc1ec (patch)
treea2a0bee9ae6238cc5285cd9d3880132e972a205d /src/pvs.cpp
parentRevoke Fabians changes. (diff)
downloadpvs-bc678fdc76862050537669ed440e5ac1179cc1ec.tar.gz
pvs-bc678fdc76862050537669ed440e5ac1179cc1ec.tar.xz
pvs-bc678fdc76862050537669ed440e5ac1179cc1ec.zip
Inserted some Buttons in GUI and TouchGUI and modified handling of commands in pvs.cpp for later remote
Command/Process enhancement
Diffstat (limited to 'src/pvs.cpp')
-rw-r--r--src/pvs.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pvs.cpp b/src/pvs.cpp
index 2069e36..66a1c88 100644
--- a/src/pvs.cpp
+++ b/src/pvs.cpp
@@ -176,6 +176,19 @@ void PVS::onCommand(PVSMsg cmdMessage)
unlock();
return;
}
+ if (ident.compare("SHOWPROCESSES") == 0)
+ {
+ // do stuff to show processes
+ // to test if SHOWPROCESSES command is submitted correct uncomment following lines
+ // a messagebox will appear on the client
+ // emit showMessage("Show Processes", "", true);
+ return;
+ }
+ if (ident.compare("KILLPROCESS") == 0)
+ {
+ // do stuff to kill a process
+ return;
+ }
#ifdef never
// prototype