summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/zsafe/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/zsafe/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/noncore/apps/zsafe/main.cpp b/noncore/apps/zsafe/main.cpp
index 6dfd455..3d818f9 100644
--- a/noncore/apps/zsafe/main.cpp
+++ b/noncore/apps/zsafe/main.cpp
@@ -12,20 +12,8 @@
12/* OPIE */ 12/* OPIE */
13#include <opie2/odebug.h> 13#include <opie2/odebug.h>
14 14
15/* QT */ 15/* QT */
16#include <opie2/oapplicationfactory.h> 16#include <opie2/oapplicationfactory.h>
17 17
18void suspend (int signum)
19{
20 printf ("Suspend signal %d received\n", signum);
21}
22
23void resume (int signum)
24{
25 printf ("Resume signal %d received\n", signum);
26 zs->resume(signum);
27}
28
29
30OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<ZSafe> ) 18OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<ZSafe> )
31 19