summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp
Side-by-side diff
Diffstat (limited to 'libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp b/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp
deleted file mode 100644
index c5fc328..0000000
--- a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp
+++ b/dev/null
@@ -1,13 +0,0 @@
-#include <opie2/oprocess.h>
-#include <stdio.h>
-
-using namespace Opie::Core;
-
-int main( int argc, char** argv )
-{
- printf( "my own PID seems to be '%d'\n", OProcess::processPID( "oprocessdemo" ) );
- printf( "the PID of process 'Mickey' seems to be '%d'\n\n", OProcess::processPID( "Mickey" ) );
-
- return 0;
-}
-